chore: update futures-preview to 0.3.0-alpha.19 (#1610)

This commit is contained in:
Taiki Endo
2019-09-30 13:32:37 -04:00
committed by Jon Gjengset
parent 7c341f45e0
commit 3b8ee2d991
10 changed files with 27 additions and 27 deletions
+3 -3
View File
@@ -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