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

actix compatibility

This commit is contained in:
Nikolay Kim
2018-01-27 10:04:56 -08:00
parent b9f8a00ba3
commit d4bc3294a3
4 changed files with 16 additions and 65 deletions

View File

@ -75,7 +75,8 @@ openssl = { version="0.10", optional = true }
tokio-openssl = { version="0.2", optional = true }
[dependencies.actix]
version = "^0.4.5"
#version = "^0.4.6"
git = "https://github.com/actix/actix.git"
[dev-dependencies]
env_logger = "0.5"