diff options
| author | Emil Fresk <emil.fresk@gmail.com> | 2024-06-23 09:13:43 +0200 |
|---|---|---|
| committer | Emil Fresk <emil.fresk@gmail.com> | 2024-06-23 09:20:32 +0200 |
| commit | 861a63dbe31f8c1062bbc9a7eca012370ac26d76 (patch) | |
| tree | 429880921f8d86a6ca7b15e74533a909a69f705c /rtic-sync | |
| parent | 918f9c3f13a75d6d01f283702353ebc31bf36c69 (diff) | |
Update `embedded-hal-bus` to 0.2 and fix `portable-atomic` features
Diffstat (limited to 'rtic-sync')
| -rw-r--r-- | rtic-sync/CHANGELOG.md | 1 | ||||
| -rw-r--r-- | rtic-sync/Cargo.toml | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/rtic-sync/CHANGELOG.md b/rtic-sync/CHANGELOG.md index 6cd3a36..9fcb798 100644 --- a/rtic-sync/CHANGELOG.md +++ b/rtic-sync/CHANGELOG.md @@ -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 diff --git a/rtic-sync/Cargo.toml b/rtic-sync/Cargo.toml index 6d9358f..f231929 100644 --- a/rtic-sync/Cargo.toml +++ b/rtic-sync/Cargo.toml @@ -24,7 +24,7 @@ rtic-common = { version = "1.0.0", path = "../rtic-common" } portable-atomic = { version = "1", default-features = false } embedded-hal = { version = "1.0.0" } embedded-hal-async = { version = "1.0.0" } -embedded-hal-bus = { version = "0.1.0", features = ["async"] } +embedded-hal-bus = { version = "0.2.0", features = ["async"] } defmt-03 = { package = "defmt", version = "0.3", optional = true } |
