1
0
mirror of https://github.com/actix/actix-extras.git synced 2024-11-24 07:53:00 +01:00

actix 0.5

This commit is contained in:
Nikolay Kim 2018-02-17 14:01:06 -08:00
parent f11752437c
commit 2b3b5c2f2b

View File

@ -27,8 +27,7 @@ default = ["web"]
web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"]
[dependencies]
#actix = "^0.4.5"
actix = { git = "https://github.com/actix/actix.git" }
actix = "0.5"
log = "0.4"
backoff = "0.1"
@ -39,7 +38,7 @@ tokio-core = "0.1"
redis-async = "0.0"
# actix web session
# actix-web = { version="0.3", optional=true }
# actix-web = { version="0.4", optional=true }
actix-web = { git = "https://github.com/actix/actix-web.git", optional=true }
cookie = { version="0.10", features=["percent-encode", "secure"], optional=true }
http = { version="0.1", optional=true }