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)"