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 3ae7631 commit 7cd2c4bCopy full SHA for 7cd2c4b
async-stream-impl/Cargo.toml
@@ -21,4 +21,4 @@ quote = "1"
21
async-stream = { version = "0.3.0", path = "../async-stream" }
22
futures-core = "0.3"
23
futures-util = "0.3"
24
-tokio = { version = "0.2", features = ["full"] }
+tokio = { version = "0.3", features = ["full"] }
async-stream/Cargo.toml
@@ -25,6 +25,6 @@ futures-core = "0.3"
25
26
[dev-dependencies]
27
28
29
-tokio-test = "0.2"
+tokio-test = "0.3"
30
trybuild = "1"
0 commit comments