Skip to content

Commit 0596a93

Browse files
committed
"async-await" feature
1 parent fd5b37d commit 0596a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

futures-util/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ nightly = ["futures-core-preview/nightly", "futures-sink-preview/nightly"]
2525
cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic"]
2626
never-type = []
2727
alloc = ["futures-core-preview/alloc", "futures-sink-preview/alloc"]
28-
async-stream = ["std"]
28+
async-stream = ["std", "async-await"]
2929

3030
[dependencies]
3131
futures-core-preview = { path = "../futures-core", version = "=0.3.0-alpha.15", default-features = false }

futures/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ io-compat = ["compat", "futures-util-preview/io-compat"]
4646
cfg-target-has-atomic = ["futures-core-preview/cfg-target-has-atomic", "futures-util-preview/cfg-target-has-atomic"]
4747
never-type = ["futures-util-preview/never-type"]
4848
alloc = ["futures-core-preview/alloc", "futures-sink-preview/alloc", "futures-util-preview/alloc"]
49-
async-stream = ["std", "futures-util-preview/async-stream", "futures-async-macro-preview"]
49+
async-stream = ["std", "async-await", "futures-util-preview/async-stream", "futures-async-macro-preview"]

0 commit comments

Comments
 (0)