1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 06:57:43 +02:00

update actix dependency

This commit is contained in:
Nikolay Kim
2018-07-05 12:02:32 +06:00
parent d5606625a2
commit d7762297da
2 changed files with 7 additions and 3 deletions

View File

@ -50,8 +50,7 @@ flate2-c = ["flate2/miniz-sys"]
flate2-rust = ["flate2/rust_backend"]
[dependencies]
# actix = "0.7.0"
actix = { git="https://github.com/actix/actix.git" }
actix = "0.7.0"
base64 = "0.9"
bitflags = "1.0"