Skip to content

Commit

Permalink
"async-await" feature
Browse files Browse the repository at this point in the history
  • Loading branch information
taiki-e committed Apr 27, 2019
1 parent 00f51ab commit 7db16a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion futures-util/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ nightly = ["futures-core-preview/nightly", "futures-sink-preview/nightly"]
cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic"]
never-type = []
alloc = ["futures-core-preview/alloc", "futures-sink-preview/alloc"]
async-stream = ["std"]
async-stream = ["std", "async-await"]

[dependencies]
futures-core-preview = { path = "../futures-core", version = "=0.3.0-alpha.15", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion futures/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ io-compat = ["compat", "futures-util-preview/io-compat"]
cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic", "futures-util-preview/cfg-target-has-atomic"]
never-type = ["futures-util-preview/never-type"]
alloc = ["futures-core-preview/alloc", "futures-sink-preview/alloc", "futures-util-preview/alloc"]
async-stream = ["std", "futures-util-preview/async-stream", "futures-async-macro-preview"]
async-stream = ["std", "async-await", "futures-util-preview/async-stream", "futures-async-macro-preview"]

0 comments on commit 7db16a1

Please sign in to comment.