Skip to content

Commit 7cd2c4b

Browse files
authored
Update tokio to 0.3 (#38)
1 parent 3ae7631 commit 7cd2c4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

async-stream-impl/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ quote = "1"
2121
async-stream = { version = "0.3.0", path = "../async-stream" }
2222
futures-core = "0.3"
2323
futures-util = "0.3"
24-
tokio = { version = "0.2", features = ["full"] }
24+
tokio = { version = "0.3", features = ["full"] }

async-stream/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ futures-core = "0.3"
2525

2626
[dev-dependencies]
2727
futures-util = "0.3"
28-
tokio = { version = "0.2", features = ["full"] }
29-
tokio-test = "0.2"
28+
tokio = { version = "0.3", features = ["full"] }
29+
tokio-test = "0.3"
3030
trybuild = "1"

0 commit comments

Comments
 (0)