From 9cbe3aa0490e443d9b0e09ce8f5beefa3ab3b7bc Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Wed, 8 Jan 2025 10:12:49 +0100 Subject: [PATCH] bb8-redis: bump version to 0.20 --- redis/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/Cargo.toml b/redis/Cargo.toml index 240f391..bf84dbb 100644 --- a/redis/Cargo.toml +++ b/redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bb8-redis" -version = "0.18.0" +version = "0.20.0" edition = "2021" rust-version = "1.75" description = "Full-featured async (tokio-based) redis connection pool (like r2d2)"