1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-27 17:22:57 +01:00

use actix 0.4.2

This commit is contained in:
Nikolay Kim 2018-01-07 19:26:51 -08:00
parent cad71401e8
commit ae28b1ad81

View File

@ -36,7 +36,7 @@ redis-async = "0.0"
# cookie = { version="0.10", features=["percent-encode", "secure"] }
cookie = { git="https://github.com/alexcrichton/cookie-rs.git", features=["percent-encode", "secure"] }
actix = "0.4"
actix = "^0.4.2"
actix-web = { git="https://github.com/actix/actix-web.git", optional=true }
[dev-dependencies]