Skip to content

Commit

Permalink
bump atomic-polyfill from 0.1 to 1
Browse files Browse the repository at this point in the history
  • Loading branch information
jqnatividad committed Aug 13, 2022
1 parent 65dd455 commit be10103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ parking_lot_core = { version = "0.9.3", optional = true, default_features = fals
# *Warning:* This can be unsound. Please read the README of
# [atomic-polyfill](https://github.com/embassy-rs/atomic-polyfill)
# and make sure you understand all the implications
atomic-polyfill = { version = "0.1", optional = true }
atomic-polyfill = { version = "1", optional = true }

[dev-dependencies]
lazy_static = "1.0.0"
Expand Down

0 comments on commit be10103

Please sign in to comment.