From cb996975a2cdf1a7d73ac45b9b8602d690bb6ef9 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 13 Sep 2024 10:03:30 +0200 Subject: [PATCH] redis: bump version to 0.17.0 --- redis/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/Cargo.toml b/redis/Cargo.toml index 4ae5515..76e6586 100644 --- a/redis/Cargo.toml +++ b/redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bb8-redis" -version = "0.16.0" +version = "0.17.0" edition = "2021" rust-version = "1.63" description = "Full-featured async (tokio-based) redis connection pool (like r2d2)"