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 15, 2023
1 parent 54e07b8 commit 2075efd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-core/Cargo.toml
Expand Up @@ -16,7 +16,7 @@ std = ["alloc"]
alloc = []

[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 2075efd

Please sign in to comment.