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 54fa71e commit a6be9a7Copy full SHA for a6be9a7
embedded-hal-bus/Cargo.toml
@@ -36,7 +36,7 @@ embedded-hal = { version = "1.0.0", path = "../embedded-hal" }
36
embedded-hal-async = { version = "1.0.0", path = "../embedded-hal-async", optional = true }
37
critical-section = { version = "1.0" }
38
defmt-03 = { package = "defmt", version = "0.3", optional = true }
39
-portable-atomic = {version = "1", default-features = false, features = ["require-cas"]}
+portable-atomic = {version = "1.3", default-features = false, features = ["require-cas"]}
40
41
[package.metadata.docs.rs]
42
features = ["std", "async", "atomic-device"]
0 commit comments