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

switch to actix master

This commit is contained in:
Nikolay Kim
2018-06-21 13:34:36 +06:00
parent b7d813eeba
commit 58d1f4a4aa
6 changed files with 23 additions and 28 deletions

View File

@ -50,7 +50,8 @@ flate2-rust = ["flate2/rust_backend"]
features = ["tls", "alpn", "session", "brotli", "flate2-c"]
[dependencies]
actix = "0.6.1"
# actix = "0.6.1"
actix = { git="https://github.com/actix/actix.git" }
base64 = "0.9"
bitflags = "1.0"