1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

update actix-web dependency

This commit is contained in:
Nikolay Kim
2018-07-21 05:10:26 -07:00
parent b4901a9476
commit 271749c433
26 changed files with 52 additions and 77 deletions

View File

@ -6,8 +6,7 @@ workspace = "../"
[dependencies]
actix = "0.7"
#actix-web = "^0.7"
actix-web = { git = "https://github.com/actix/actix-web.git" }
actix-web = "0.7"
futures = "0.1"
env_logger = "0.5"