Switch to master branch of futures-preview

This commit is contained in:
Artem Vorotnikov
2019-03-22 16:10:11 +03:00
parent b1cd5f34e5
commit a7fb4d22cc
4 changed files with 8 additions and 8 deletions

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 = { version = "0.3.0-alpha.13", features = ["compat"] }
futures-preview = { git = "https://github.com/rust-lang-nursery/futures-rs", features = ["compat"] }
serde = { version = "1.0" }
tarpc = { version = "0.15", path = "../tarpc", features = ["serde1"] }
tokio = "0.1"