Skip to content

Commit 034a826

Browse files
committed
"async-await" feature
1 parent e7fb9d3 commit 034a826

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

futures-util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ sink = ["futures-sink-preview"]
2828
io = ["std", "futures-io-preview", "memchr"]
2929
channel = ["std", "futures-channel-preview"]
3030
select-macro = ["async-await", "futures-select-macro-preview", "proc-macro-hack", "proc-macro-nested", "rand"]
31-
async-stream = ["std"]
31+
async-stream = ["std", "async-await"]
3232

3333
[dependencies]
3434
futures-core-preview = { path = "../futures-core", version = "=0.3.0-alpha.17", default-features = false }

futures/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ compat = ["std", "futures-util-preview/compat"]
4545
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
alloc = ["futures-core-preview/alloc", "futures-sink-preview/alloc", "futures-util-preview/alloc"]
48-
async-stream = ["std", "futures-util-preview/async-stream", "futures-async-macro-preview"]
48+
async-stream = ["std", "async-await", "futures-util-preview/async-stream", "futures-async-macro-preview"]
4949

5050
[package.metadata.docs.rs]
5151
all-features = true

0 commit comments

Comments
 (0)