1
0
Fork 0
mirror of https://github.com/actix/actix-web.git synced 2024-10-21 09:23:54 +00:00

Actix dependency needs to be updated to master

This commit is contained in:
Glade Miller 2018-03-06 15:43:56 -07:00
parent be7e8d159b
commit 5bf4f3be8b

View file

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