stream: move async-stream to dev-deps (#3366)

This commit is contained in:
Rob Ede
2021-01-02 13:43:41 +09:00
committed by GitHub
parent 53707f5d9d
commit 56272b2ec7
+2 -2
View File
@@ -27,11 +27,11 @@ time = ["tokio/time"]
futures-core = { version = "0.3.0" }
pin-project-lite = "0.2.0"
tokio = { version = "1.0", path = "../tokio", features = ["sync"] }
async-stream = "0.3"
[dev-dependencies]
tokio = { version = "1.0", path = "../tokio", features = ["full"] }
tokio-test = { path = "../tokio-test" }
async-stream = "0.3"
futures = { version = "0.3", default-features = false }
proptest = "0.10.0"
proptest = "0.10.0"