Skip to content

Commit

Permalink
Propagate cfg-target-has-atomic feature
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e authored and cramertj committed Apr 15, 2019
1 parent 5d99234 commit 82d9538
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ compat = ["std", "futures_01"]
io-compat = ["compat", "tokio-io"]
bench = []
nightly = ["futures-core-preview/nightly", "futures-sink-preview/nightly"]
cfg-target-has-atomic = []
cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic"]
alloc = ["futures-core-preview/alloc", "futures-sink-preview/alloc"]

[dependencies]
Expand Down

0 comments on commit 82d9538

Please sign in to comment.