We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f145203 commit af87194Copy full SHA for af87194
rtic-sync/Cargo.toml
@@ -24,7 +24,7 @@ rtic-common = { version = "1.0.0", path = "../rtic-common" }
24
portable-atomic = { version = "1", default-features = false }
25
embedded-hal = { version = "1.0.0" }
26
embedded-hal-async = { version = "1.0.0" }
27
-embedded-hal-bus = { version = "0.2.0", features = ["async"] }
+embedded-hal-bus = { version = "0.3.0", features = ["async"] }
28
defmt-03 = { package = "defmt", version = "0.3", optional = true }
29
30
[dev-dependencies]
0 commit comments