Skip to content

Commit 6e2a586

Browse files
gahag-cwdjc
authored andcommitted
Major version bump for all crates
1 parent 38d74f7 commit 6e2a586

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.6"
3+
version = "0.9.0"
44
edition = "2021"
55
rust-version = "1.75"
66
description = "Full-featured async (tokio-based) connection pool (like r2d2)"

postgres/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bb8-postgres"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
edition = "2021"
55
rust-version = "1.75"
66
description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)"
@@ -19,7 +19,7 @@ repository = "https://github.com/djc/bb8"
1919
"with-time-0_3" = ["tokio-postgres/with-time-0_3"]
2020

2121
[dependencies]
22-
bb8 = { version = "0.8", path = "../bb8" }
22+
bb8 = { version = "0.9", path = "../bb8" }
2323
tokio = { version = "1.0.0", features = ["rt"] }
2424
tokio-postgres = "0.7"
2525

redis/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
[package]
22
name = "bb8-redis"
3-
version = "0.17.0"
3+
version = "0.18.0"
44
edition = "2021"
55
rust-version = "1.75"
66
description = "Full-featured async (tokio-based) redis connection pool (like r2d2)"
77
license = "MIT"
88
repository = "https://github.com/djc/bb8"
99

1010
[dependencies]
11-
bb8 = { version = "0.8", path = "../bb8" }
11+
bb8 = { version = "0.9", path = "../bb8" }
1212
redis = { version = "0.27", default-features = false, features = ["tokio-comp"] }
1313

1414
[dev-dependencies]

0 commit comments

Comments
 (0)