Depend on futures from git

This commit is contained in:
Alex Crichton 2016-11-08 18:59:00 -08:00
parent da47a933d0
commit a3776005c3
1 changed files with 1 additions and 1 deletions

View File

@ -13,4 +13,4 @@ repository = "https://github.com/tokio-rs/tokio-service"
readme = "README.md"
[dependencies]
futures = "0.1"
futures = { git = "https://github.com/alexcrichton/futures-rs" }