From ed4799e7decac04479781facbe6d94c8e49e28f1 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 1 Aug 2024 16:02:42 +0200 Subject: [PATCH] redis: bump version to 0.16 --- redis/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/redis/Cargo.toml b/redis/Cargo.toml index 1754085..81cbb18 100644 --- a/redis/Cargo.toml +++ b/redis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bb8-redis" -version = "0.15.0" +version = "0.16.0" edition = "2021" rust-version = "1.63" description = "Full-featured async (tokio-based) redis connection pool (like r2d2)"