From 5275f1a81e95c66e94df23ff30bfd54c37d5dc7c Mon Sep 17 00:00:00 2001 From: Pau Freixes Date: Fri, 14 Jun 2024 11:09:18 +0200 Subject: [PATCH] Bump to 0.8.4 version --- bb8/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb8/Cargo.toml b/bb8/Cargo.toml index fecc382..3d3e584 100644 --- a/bb8/Cargo.toml +++ b/bb8/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bb8" -version = "0.8.3" +version = "0.8.4" edition = "2021" rust-version = "1.63" description = "Full-featured async (tokio-based) connection pool (like r2d2)"