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:
parent
f11752437c
commit
2b3b5c2f2b
@ -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.5"
|
actix = "0.5"
|
||||||
actix = { git = "https://github.com/actix/actix.git" }
|
|
||||||
|
|
||||||
log = "0.4"
|
log = "0.4"
|
||||||
backoff = "0.1"
|
backoff = "0.1"
|
||||||
@ -39,7 +38,7 @@ tokio-core = "0.1"
|
|||||||
redis-async = "0.0"
|
redis-async = "0.0"
|
||||||
|
|
||||||
# actix web session
|
# 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 }
|
actix-web = { git = "https://github.com/actix/actix-web.git", optional=true }
|
||||||
cookie = { version="0.10", features=["percent-encode", "secure"], optional=true }
|
cookie = { version="0.10", features=["percent-encode", "secure"], optional=true }
|
||||||
http = { version="0.1", optional=true }
|
http = { version="0.1", optional=true }
|
||||||
|
Loading…
Reference in New Issue
Block a user