mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-24 07:53:00 +01:00
use actix release
This commit is contained in:
parent
2e481e5b7d
commit
4303299568
@ -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' }
|
|
||||||
|
Loading…
Reference in New Issue
Block a user