mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
Use Sink trait from futures-sink-preview (#1244)
This commit is contained in:
@@ -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 }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user