1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-08-31 03:20:20 +02:00

prepare actix-redis release 0.10.0-beta.3

This commit is contained in:
Rob Ede
2021-10-21 17:59:05 +01:00
parent c6edb2a48a
commit 7737da83e8
3 changed files with 7 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "actix-redis"
version = "0.10.0-beta.2"
version = "0.10.0-beta.3"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Redis integration for Actix and session store for Actix Web"
license = "MIT OR Apache-2.0"
@@ -46,7 +46,7 @@ tokio-util = "0.6.1"
# actix-session
actix-web = { version = "4.0.0-beta.10", default_features = false, optional = true }
actix-session = { version = "0.5.0-beta.2", optional = true }
actix-session = { version = "0.5.0-beta.3", optional = true }
rand = { version = "0.8.0", optional = true }
serde = { version = "1.0.101", optional = true }
serde_json = { version = "1.0.40", optional = true }