Skip to content

Commit e233bf6

Browse files
nihohitdjc
authored andcommitted
Upgrade redis to version 1.0.0
1 parent b5d4612 commit e233bf6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

redis/Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bb8-redis"
3-
version = "0.25.0-rc.1"
3+
version = "0.25.0"
44
edition = "2021"
55
rust-version = "1.75"
66
description = "Full-featured async (tokio-based) redis connection pool (like r2d2)"
@@ -9,7 +9,9 @@ repository = "https://github.com/djc/bb8"
99

1010
[dependencies]
1111
bb8 = { version = "0.9", path = "../bb8" }
12-
redis = { version = "1.0.0-rc.1", default-features = false, features = ["tokio-comp"] }
12+
redis = { version = "1.0.0", default-features = false, features = [
13+
"tokio-comp",
14+
] }
1315

1416
[dev-dependencies]
1517
futures-util = "0.3.15"

0 commit comments

Comments
 (0)