chore: Update futures-preview to 0.3.0-alpha.17 (#1267)

This commit is contained in:
Taiki Endo
2019-07-04 14:34:57 -07:00
committed by Carl Lerche
parent 0651f09427
commit 7b86acb71d
9 changed files with 12 additions and 23 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ async-traits = ["async-sink", "futures-core-preview"]
async-util = { git = "https://github.com/tokio-rs/async" }
async-sink = { git = "https://github.com/tokio-rs/async", optional = true }
fnv = "1.0.6"
futures-core-preview = { version = "0.3.0-alpha.16", optional = true }
futures-core-preview = { version = "0.3.0-alpha.17", optional = true }
[dev-dependencies]
env_logger = { version = "0.5", default-features = false }