Update embedded-hal-bus to 0.2 and fix portable-atomic features

This commit is contained in:
Emil Fresk 2024-06-23 09:13:43 +02:00
parent 918f9c3f13
commit 861a63dbe3
4 changed files with 31 additions and 20 deletions

View file

@ -10,6 +10,7 @@ For each category, _Added_, _Changed_, _Fixed_ add new entries at the top!
### Changed
- Unstable features are now stable, the feature flag `unstable` is removed.
- Update `embedded-hal-bus` to 0.2
### Added