diff --git a/Cargo.toml b/Cargo.toml index 83d8af8..04bd00f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"