rtic-sync: Remove unstable flag, and add defmt derives (#889)

This commit is contained in:
Emil Fresk 2024-02-23 08:38:10 +01:00 committed by GitHub
parent 8b2465ba37
commit 4a23c8d6da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 39 additions and 13 deletions

View file

@ -7,6 +7,14 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
## [Unreleased]
### Changed
- Unstable features are now stable, the feature flag `unstable` is removed.
### Added
- `defmt v0.3` derives added and forwarded to `embedded-hal(-x)` crates.
## v1.2.0 - 2024-01-10
### Changed