Skip to content

Commit

Permalink
Bump 0.8.5 version
Browse files Browse the repository at this point in the history
Just fixes and issue with the docs which makes available the
`Statistics` struct.
  • Loading branch information
pfreixes authored and djc committed Jun 14, 2024
1 parent 5275f1a commit 69382d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bb8/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bb8"
version = "0.8.4"
version = "0.8.5"
edition = "2021"
rust-version = "1.63"
description = "Full-featured async (tokio-based) connection pool (like r2d2)"
Expand Down
2 changes: 1 addition & 1 deletion bb8/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
mod api;
pub use api::{
Builder, CustomizeConnection, ErrorSink, ManageConnection, NopErrorSink, Pool,
PooledConnection, QueueStrategy, RunError, State,
PooledConnection, QueueStrategy, RunError, State, Statistics,
};

mod inner;
Expand Down

0 comments on commit 69382d6

Please sign in to comment.