mirror of
https://github.com/actix/actix-extras.git
synced 2025-01-22 14:55:56 +01:00
prepare actix-redis release 0.10.0-beta.5
This commit is contained in:
parent
ce2c97070e
commit
6d3ee78db5
@ -1,6 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
|
|
||||||
|
## 0.10.0-beta.5 - 2021-12-29
|
||||||
- Update `actix-web` dependency to `4.0.0.beta-18`. [#218]
|
- Update `actix-web` dependency to `4.0.0.beta-18`. [#218]
|
||||||
- Minimum supported Rust version (MSRV) is now 1.54.
|
- Minimum supported Rust version (MSRV) is now 1.54.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-redis"
|
name = "actix-redis"
|
||||||
version = "0.10.0-beta.4"
|
version = "0.10.0-beta.5"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Redis integration for Actix and session store for Actix Web"
|
description = "Redis integration for Actix and session store for Actix Web"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
> Redis integration for Actix and session store for Actix Web.
|
> 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)
|
[![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.4)](https://docs.rs/actix-redis/0.10.0-beta.4)
|
[![Documentation](https://docs.rs/actix-redis/badge.svg?version=0.10.0-beta.5)](https://docs.rs/actix-redis/0.10.0-beta.5)
|
||||||
![Apache 2.0 or MIT licensed](https://img.shields.io/crates/l/actix-redis)
|
![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.4/status.svg)](https://deps.rs/crate/actix-redis/0.10.0-beta.4)
|
[![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)
|
||||||
|
|
||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user