Depend on futures-preview 0.3.0-alpha.14

This commit is contained in:
Artem Vorotnikov
2019-04-15 21:16:20 +03:00
parent 46fffd13e7
commit 58a0eced19
4 changed files with 5 additions and 5 deletions

View File

@@ -14,7 +14,7 @@ description = "A bincode-based transport for tarpc services."
[dependencies]
bincode = "1"
futures-preview = { git = "https://github.com/rust-lang-nursery/futures-rs", features = ["compat"] }
futures-preview = { version = "0.3.0-alpha.14", features = ["compat"] }
futures_legacy = { version = "0.1", package = "futures" }
pin-utils = "0.1.0-alpha.4"
rpc = { package = "tarpc-lib", version = "0.3", path = "../rpc", features = ["serde1"] }

View File

@@ -15,7 +15,7 @@ description = "An example server built on tarpc."
[dependencies]
bincode-transport = { package = "tarpc-bincode-transport", version = "0.4", path = "../bincode-transport" }
clap = "2.0"
futures-preview = { git = "https://github.com/rust-lang-nursery/futures-rs", features = ["compat"] }
futures-preview = { version = "0.3.0-alpha.14", features = ["compat"] }
serde = { version = "1.0" }
tarpc = { version = "0.15", path = "../tarpc", features = ["serde1"] }
tokio = "0.1"

View File

@@ -18,7 +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"] }
futures-preview = { version = "0.3.0-alpha.14", features = ["compat"] }
humantime = "1.0"
log = "0.4"
parking_lot = "0.7"
@@ -29,6 +29,6 @@ trace = { package = "tarpc-trace", version = "0.2", path = "../trace" }
serde = { optional = true, version = "1.0" }
[dev-dependencies]
futures-test-preview = { git = "https://github.com/rust-lang-nursery/futures-rs" }
futures-test-preview = { version = "0.3.0-alpha.14" }
env_logger = "0.6"
tokio = "0.1"

View File

@@ -19,7 +19,7 @@ serde1 = ["rpc/serde1", "serde", "serde/derive"]
travis-ci = { repository = "google/tarpc" }
[dependencies]
futures-preview = { git = "https://github.com/rust-lang-nursery/futures-rs", features = ["compat"] }
futures-preview = { version = "0.3.0-alpha.14", features = ["compat"] }
log = "0.4"
serde = { optional = true, version = "1.0" }
rpc = { package = "tarpc-lib", path = "../rpc", version = "0.3" }