* Use published versions of all dependencies, update dependencies as needed * Fix `embassy_usb_serial` example build errors after updating `embassy-usb` * New package releases
435 B
435 B
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.2.0 - 2024-07-15
Changed
- Removed the TIMG and SYSTIMER time drivers, replaced by a generic time driver taking
OneShotTimer<ErasedTimer>(#1753)