Skip to content

Commit b8e6411

Browse files
vorot93LucioFranco
authored andcommitted
Update to Tokio 0.2 (#17)
1 parent 6adc982 commit b8e6411

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

async-stream/Cargo.toml

Lines changed: 5 additions & 5 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.2.0", path = "../async-stream-impl" }
24-
futures-core = "0.3.0"
24+
futures-core = "0.3"
2525

2626
[dev-dependencies]
27-
tokio = "=0.2.0-alpha.6"
28-
tokio-test = "=0.2.0-alpha.6"
29-
futures-util = "0.3.0"
30-
trybuild = "1.0"
27+
futures-util = "0.3"
28+
tokio = { version = "0.2", features = ["full"] }
29+
tokio-test = "0.2"
30+
trybuild = "1"

0 commit comments

Comments
 (0)