chore: update futures-preview to 0.3.0-alpha.18 (#1427)

This commit is contained in:
Taiki Endo
2019-08-10 14:09:28 -07:00
committed by Carl Lerche
parent 6a125082e4
commit 930cce8677
18 changed files with 40 additions and 40 deletions
+3 -3
View File
@@ -23,12 +23,12 @@ categories = ["asynchronous"]
tokio-io = { version = "=0.2.0-alpha.1", path = "../tokio-io" }
bytes = "0.4.7"
futures-core-preview = "=0.3.0-alpha.17"
futures-sink-preview = "=0.3.0-alpha.17"
futures-core-preview = "=0.3.0-alpha.18"
futures-sink-preview = "=0.3.0-alpha.18"
log = "0.4"
[dev-dependencies]
tokio = { version = "=0.2.0-alpha.1", path = "../tokio" }
tokio-test = { version = "=0.2.0-alpha.1", path = "../tokio-test" }
futures-util-preview = "=0.3.0-alpha.17"
futures-util-preview = "=0.3.0-alpha.18"