Simplify dependencies

This commit is contained in:
Artem Vorotnikov
2019-04-15 21:14:25 +03:00
parent 6c8d4be462
commit 46fffd13e7
3 changed files with 4 additions and 13 deletions

View File

@@ -18,6 +18,7 @@ serde1 = ["trace/serde", "serde", "serde/derive"]
[dependencies]
fnv = "1.0"
futures-preview = { git = "https://github.com/rust-lang-nursery/futures-rs", features = ["compat"] }
humantime = "1.0"
log = "0.4"
parking_lot = "0.7"
@@ -27,11 +28,7 @@ tokio-timer = "0.2"
trace = { package = "tarpc-trace", version = "0.2", path = "../trace" }
serde = { optional = true, version = "1.0" }
[target.'cfg(not(test))'.dependencies]
futures-preview = { git = "https://github.com/rust-lang-nursery/futures-rs", features = ["compat"] }
[dev-dependencies]
futures-preview = { git = "https://github.com/rust-lang-nursery/futures-rs", features = ["compat"] }
futures-test-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" }
env_logger = "0.6"
tokio = "0.1"