1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-07-03 20:45:46 +00:00

pin futures 0.1

This commit is contained in:
Nikolay Kim 2018-04-06 13:22:27 -07:00
parent 2d4ee0ee01
commit 191b53bd7c
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = "../.."
[dependencies]
futures = "*"
futures = "0.1"
env_logger = "0.5"
actix = "0.5"
actix-web = { path="../.." }

View file

@ -5,7 +5,7 @@ authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = "../.."
[dependencies]
futures = "*"
futures = "0.1"
env_logger = "0.5"
actix = "0.5"
actix-web = { path = "../../" }