Skip to content

Commit ba64220

Browse files
taiki-ecarllerche
authored andcommitted
Update tokio and futures-preview (#3)
1 parent 75b266e commit ba64220

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

async-stream/Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ readme = "README.md"
2121

2222
[dependencies]
2323
async-stream-impl = { version = "0.1.0" }
24-
futures-core-preview = "=0.3.0-alpha.17"
24+
futures-core-preview = "=0.3.0-alpha.18"
2525

2626
[dev-dependencies]
27-
tokio = "=0.2.0-alpha.1"
28-
tokio-test = "=0.2.0-alpha.1"
29-
futures-util-preview = "=0.3.0-alpha.17"
27+
tokio = "=0.2.0-alpha.2"
28+
tokio-test = "=0.2.0-alpha.2"
29+
futures-util-preview = "=0.3.0-alpha.18"
3030
trybuild = "1.0"

0 commit comments

Comments
 (0)