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

This commit is contained in:
Rob Ede 2021-01-02 04:43:41 +00:00 committed by GitHub
parent 53707f5d9d
commit 56272b2ec7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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"