Skip to content

Commit 69382d6

Browse files
pfreixesdjc
authored andcommitted
Bump 0.8.5 version
Just fixes and issue with the docs which makes available the `Statistics` struct.
1 parent 5275f1a commit 69382d6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bb8/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bb8"
3-
version = "0.8.4"
3+
version = "0.8.5"
44
edition = "2021"
55
rust-version = "1.63"
66
description = "Full-featured async (tokio-based) connection pool (like r2d2)"

bb8/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
mod api;
3737
pub use api::{
3838
Builder, CustomizeConnection, ErrorSink, ManageConnection, NopErrorSink, Pool,
39-
PooledConnection, QueueStrategy, RunError, State,
39+
PooledConnection, QueueStrategy, RunError, State, Statistics,
4040
};
4141

4242
mod inner;

0 commit comments

Comments
 (0)