Skip to content

Commit

Permalink
prepare actix-session release 0.5.0-beta.8
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 7, 2022
1 parent cf0630b commit 0037854
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion actix-redis/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ tokio-util = "0.6.1"

# actix-session
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 }
serde = { version = "1.0.101", optional = true }
serde_json = { version = "1.0.40", optional = true }
Expand Down
3 changes: 3 additions & 0 deletions actix-session/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx


## 0.5.0-beta.8 - 2022-02-07
- Update `actix-web` dependency to `4.0.0-rc.1`.


Expand Down
2 changes: 1 addition & 1 deletion actix-session/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "actix-session"
version = "0.5.0-beta.7"
version = "0.5.0-beta.8"
authors = ["Nikolay Kim <[email protected]>"]
description = "Sessions for Actix Web"
keywords = ["http", "web", "framework", "async", "session"]
Expand Down
4 changes: 2 additions & 2 deletions actix-session/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
> Sessions for Actix Web.
[![crates.io](https://img.shields.io/crates/v/actix-session?label=latest)](https://crates.io/crates/actix-session)
[![Documentation](https://docs.rs/actix-session/badge.svg?version=0.5.0-beta.7)](https://docs.rs/actix-session/0.5.0-beta.7)
[![Documentation](https://docs.rs/actix-session/badge.svg?version=0.5.0-beta.8)](https://docs.rs/actix-session/0.5.0-beta.8)
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-session)
[![Dependency Status](https://deps.rs/crate/actix-session/0.5.0-beta.7/status.svg)](https://deps.rs/crate/actix-session/0.5.0-beta.7)
[![Dependency Status](https://deps.rs/crate/actix-session/0.5.0-beta.8/status.svg)](https://deps.rs/crate/actix-session/0.5.0-beta.8)


## Documentation & Resources
Expand Down

0 comments on commit 0037854

Please sign in to comment.