Skip to content

Commit

Permalink
Add feature require-cas to portable-atomic
Browse files Browse the repository at this point in the history
  • Loading branch information
9names committed Jul 27, 2024
1 parent 33f5255 commit 54fa71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion embedded-hal-bus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ embedded-hal = { version = "1.0.0", path = "../embedded-hal" }
embedded-hal-async = { version = "1.0.0", path = "../embedded-hal-async", optional = true }
critical-section = { version = "1.0" }
defmt-03 = { package = "defmt", version = "0.3", optional = true }
portable-atomic = {version = "1", default-features = false}
portable-atomic = {version = "1", default-features = false, features = ["require-cas"]}

[package.metadata.docs.rs]
features = ["std", "async", "atomic-device"]
Expand Down

0 comments on commit 54fa71e

Please sign in to comment.