Skip to content

Commit

Permalink
prepare actix-redis release 0.10.0-beta.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 7, 2022
1 parent 0037854 commit ff38ba2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions actix-redis/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changes

## Unreleased - 2021-xx-xx


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


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

## Documentation & Resources

Expand Down

0 comments on commit ff38ba2

Please sign in to comment.