mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-07 00:00:08 +02:00
Depend directly on git version of futures-rs
Cargo replace directives are not meant for libraries, since they are not transitively inherited by the application.
This commit is contained in:
+1
-4
@@ -12,7 +12,7 @@ the rest of the tokio crates.
|
|||||||
"""
|
"""
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
futures = "0.1"
|
futures = { git = "https://github.com/alexcrichton/futures-rs" }
|
||||||
log = "0.3"
|
log = "0.3"
|
||||||
mio = "0.6"
|
mio = "0.6"
|
||||||
scoped-tls = "0.1.0"
|
scoped-tls = "0.1.0"
|
||||||
@@ -20,6 +20,3 @@ slab = "0.3"
|
|||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
env_logger = { version = "0.3", default-features = false }
|
env_logger = { version = "0.3", default-features = false }
|
||||||
|
|
||||||
[replace]
|
|
||||||
'futures:0.1.3' = { git = "https://github.com/alexcrichton/futures-rs" }
|
|
||||||
|
|||||||
Reference in New Issue
Block a user