mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-29 00:00:11 +02:00
chore: update futures-preview to 0.3.0-alpha.19 (#1610)
This commit is contained in:
@@ -23,15 +23,15 @@ categories = ["asynchronous"]
|
||||
tokio-io = { version = "=0.2.0-alpha.5", path = "../tokio-io" }
|
||||
|
||||
bytes = "0.4.7"
|
||||
futures-core-preview = "=0.3.0-alpha.18"
|
||||
futures-sink-preview = "=0.3.0-alpha.18"
|
||||
futures-core-preview = "=0.3.0-alpha.19"
|
||||
futures-sink-preview = "=0.3.0-alpha.19"
|
||||
log = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio = { version = "=0.2.0-alpha.5", path = "../tokio" }
|
||||
tokio-test = { version = "=0.2.0-alpha.5", path = "../tokio-test" }
|
||||
|
||||
futures-util-preview = "=0.3.0-alpha.18"
|
||||
futures-util-preview = "=0.3.0-alpha.19"
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
all-features = true
|
||||
|
||||
Reference in New Issue
Block a user