Skip to content

Commit f5733c9

Browse files
committedJan 30, 2023
Update portable-atomic to 1.0 (#2688)
1 parent 03edb0f commit f5733c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎futures-core/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ unstable = []
2121
cfg-target-has-atomic = []
2222

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

2626
[dev-dependencies]
2727
futures = { path = "../futures" }

0 commit comments

Comments
 (0)
Please sign in to comment.