Skip to content

Commit

Permalink
Update portable-atomic to 1.0 (#2688)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Jan 30, 2023
1 parent 03edb0f commit f5733c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-core/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ unstable = []
cfg-target-has-atomic = []

[dependencies]
portable-atomic = { version = "0.3.15", default-features = false, optional = true }
portable-atomic = { version = "1", default-features = false, optional = true }

[dev-dependencies]
futures = { path = "../futures" }
Expand Down

0 comments on commit f5733c9

Please sign in to comment.