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

use actix release

This commit is contained in:
Nikolay Kim 2018-01-23 09:26:52 -08:00
parent 2e481e5b7d
commit 4303299568

View File

@ -27,8 +27,7 @@ default = ["web"]
web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"] web = ["actix-web", "cookie", "http", "rand", "serde", "serde_json"]
[dependencies] [dependencies]
#actix = "^0.4.4" actix = "^0.4.5"
actix = { git = 'https://github.com/actix/actix.git' }
log = "0.4" log = "0.4"
backoff = "0.1" backoff = "0.1"
@ -49,6 +48,3 @@ serde_json = { version="1.0", optional=true }
[dev-dependencies] [dev-dependencies]
env_logger = "0.5" env_logger = "0.5"
[patch.crates-io]
"actix" = { git = 'https://github.com/actix/actix.git' }