chore: use ready macro from futures-core (#1300)

This commit is contained in:
Gurwinder Singh
2019-07-15 10:43:54 -07:00
committed by Carl Lerche
parent ca708d6d87
commit 83273b8b50
48 changed files with 42 additions and 137 deletions
+2 -2
View File
@@ -22,13 +22,13 @@ categories = ["asynchronous"]
publish = false
[features]
async-traits = ["tokio-futures", "futures-core-preview"]
async-traits = ["tokio-futures"]
[dependencies]
async-util = { git = "https://github.com/tokio-rs/async" }
tokio-futures = { path = "../tokio-futures", optional = true }
fnv = "1.0.6"
futures-core-preview = { version = "0.3.0-alpha.17", optional = true }
futures-core-preview = { version = "0.3.0-alpha.17" }
[dev-dependencies]
env_logger = { version = "0.5", default-features = false }