mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
stream: move async-stream to dev-deps (#3366)
This commit is contained in:
parent
53707f5d9d
commit
56272b2ec7
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user