mirror of
https://github.com/actix/actix-extras.git
synced 2025-03-20 20:05:18 +01:00
chore(actix-redis): prepare release 0.13.0
This commit is contained in:
parent
9fc34a9c48
commit
2a074ddf18
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 0.13.0
|
||||||
|
|
||||||
- Update `redis-async` dependency to `0.16`.
|
- Update `redis-async` dependency to `0.16`.
|
||||||
- Minimum supported Rust version (MSRV) is now 1.68.
|
- Minimum supported Rust version (MSRV) is now 1.68.
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-redis"
|
name = "actix-redis"
|
||||||
version = "0.12.0"
|
version = "0.13.0"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actor-based Redis client"
|
description = "Actor-based Redis client"
|
||||||
keywords = ["actix", "redis", "async"]
|
keywords = ["actix", "redis", "async"]
|
||||||
|
@ -3,9 +3,9 @@
|
|||||||
> Actor-based Redis client.
|
> Actor-based Redis client.
|
||||||
|
|
||||||
[](https://crates.io/crates/actix-redis)
|
[](https://crates.io/crates/actix-redis)
|
||||||
[](https://docs.rs/actix-redis/0.12.0)
|
[](https://docs.rs/actix-redis/0.13.0)
|
||||||

|

|
||||||
[](https://deps.rs/crate/actix-redis/0.12.0)
|
[](https://deps.rs/crate/actix-redis/0.13.0)
|
||||||
|
|
||||||
## Documentation & Resources
|
## Documentation & Resources
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user