Use Sink trait from futures-sink-preview (#1244)

This commit is contained in:
Aaron Hill
2019-07-08 09:56:11 -07:00
committed by Carl Lerche
parent e07a03b3c5
commit d4803bc868
8 changed files with 13 additions and 77 deletions
+2 -2
View File
@@ -22,11 +22,11 @@ categories = ["asynchronous"]
publish = false
[features]
async-traits = ["async-sink", "futures-core-preview"]
async-traits = ["tokio-futures", "futures-core-preview"]
[dependencies]
async-util = { git = "https://github.com/tokio-rs/async" }
async-sink = { git = "https://github.com/tokio-rs/async", optional = true }
tokio-futures = { path = "../tokio-futures", optional = true }
fnv = "1.0.6"
futures-core-preview = { version = "0.3.0-alpha.17", optional = true }