We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b266e commit ba64220Copy full SHA for ba64220
async-stream/Cargo.toml
@@ -21,10 +21,10 @@ readme = "README.md"
21
22
[dependencies]
23
async-stream-impl = { version = "0.1.0" }
24
-futures-core-preview = "=0.3.0-alpha.17"
+futures-core-preview = "=0.3.0-alpha.18"
25
26
[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"
+tokio = "=0.2.0-alpha.2"
+tokio-test = "=0.2.0-alpha.2"
+futures-util-preview = "=0.3.0-alpha.18"
30
trybuild = "1.0"
0 commit comments