mirror of
https://github.com/actix/actix-extras.git
synced 2025-09-02 04:56:38 +02:00
chore(actix-session): prepare release 0.11.0
This commit is contained in:
@@ -14,7 +14,6 @@ edition.workspace = true
|
||||
rust-version.workspace = true
|
||||
|
||||
[package.metadata.docs.rs]
|
||||
rustdoc-args = ["--cfg", "docsrs"]
|
||||
all-features = true
|
||||
|
||||
[features]
|
||||
@@ -32,7 +31,7 @@ redis = { version = "0.32", default-features = false, features = ["tokio-comp"]
|
||||
time = "0.3"
|
||||
|
||||
# session
|
||||
actix-session = { version = "0.10", optional = true }
|
||||
actix-session = { version = "0.11", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
actix-web = "4"
|
||||
|
Reference in New Issue
Block a user