Skip to content

Commit 82d9538

Browse files
taiki-ecramertj
authored andcommitted
Propagate cfg-target-has-atomic feature
1 parent 5d99234 commit 82d9538

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

futures-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ compat = ["std", "futures_01"]
2121
io-compat = ["compat", "tokio-io"]
2222
bench = []
2323
nightly = ["futures-core-preview/nightly", "futures-sink-preview/nightly"]
24-
cfg-target-has-atomic = []
24+
cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic"]
2525
alloc = ["futures-core-preview/alloc", "futures-sink-preview/alloc"]
2626

2727
[dependencies]

0 commit comments

Comments
 (0)