mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
prepare actix-session release 0.5.0-beta.8
This commit is contained in:
parent
cf0630b54d
commit
00378548ed
@ -46,7 +46,7 @@ tokio-util = "0.6.1"
|
|||||||
|
|
||||||
# actix-session
|
# actix-session
|
||||||
actix-web = { version = "4.0.0-rc.1", default_features = false, optional = true }
|
actix-web = { version = "4.0.0-rc.1", default_features = false, optional = true }
|
||||||
actix-session = { version = "0.5.0-beta.7", optional = true }
|
actix-session = { version = "0.5.0-beta.8", optional = true }
|
||||||
rand = { version = "0.8.0", optional = true }
|
rand = { version = "0.8.0", optional = true }
|
||||||
serde = { version = "1.0.101", optional = true }
|
serde = { version = "1.0.101", optional = true }
|
||||||
serde_json = { version = "1.0.40", optional = true }
|
serde_json = { version = "1.0.40", optional = true }
|
||||||
|
@ -1,6 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 0.5.0-beta.8 - 2022-02-07
|
||||||
- Update `actix-web` dependency to `4.0.0-rc.1`.
|
- Update `actix-web` dependency to `4.0.0-rc.1`.
|
||||||
|
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-session"
|
name = "actix-session"
|
||||||
version = "0.5.0-beta.7"
|
version = "0.5.0-beta.8"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Sessions for Actix Web"
|
description = "Sessions for Actix Web"
|
||||||
keywords = ["http", "web", "framework", "async", "session"]
|
keywords = ["http", "web", "framework", "async", "session"]
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
> Sessions for Actix Web.
|
> Sessions for Actix Web.
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-session)
|
[](https://crates.io/crates/actix-session)
|
||||||
[](https://docs.rs/actix-session/0.5.0-beta.7)
|
[](https://docs.rs/actix-session/0.5.0-beta.8)
|
||||||

|

|
||||||
[](https://deps.rs/crate/actix-session/0.5.0-beta.7)
|
[](https://deps.rs/crate/actix-session/0.5.0-beta.8)
|
||||||
|
|
||||||
|
|
||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
Loading…
x
Reference in New Issue
Block a user