From 6ca2efce7eda7c5efb66d66a228fe0fddccd2338 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Fri, 26 Jan 2024 14:46:03 +0100 Subject: [PATCH] Bump version number to 0.8.2 --- bb8/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bb8/Cargo.toml b/bb8/Cargo.toml index 2ad049b..ce370ef 100644 --- a/bb8/Cargo.toml +++ b/bb8/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bb8" -version = "0.8.1" +version = "0.8.2" edition = "2021" rust-version = "1.63" description = "Full-featured async (tokio-based) connection pool (like r2d2)"