From 329519c41481ede4018dc031843064a2fae29407 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Thu, 17 Oct 2024 11:12:45 +0200 Subject: [PATCH] Bump bb8 version to 0.8.6 --- bb8/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb8/Cargo.toml b/bb8/Cargo.toml index aa20290..d952c99 100644 --- a/bb8/Cargo.toml +++ b/bb8/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bb8" -version = "0.8.5" +version = "0.8.6" edition = "2021" rust-version = "1.70" description = "Full-featured async (tokio-based) connection pool (like r2d2)"