Skip to content

Commit

Permalink
Major version bump for all crates
Browse files Browse the repository at this point in the history
  • Loading branch information
gahag-cw authored and djc committed Dec 6, 2024
1 parent 38d74f7 commit 6e2a586
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.6"
version = "0.9.0"
edition = "2021"
rust-version = "1.75"
description = "Full-featured async (tokio-based) connection pool (like r2d2)"
Expand Down
4 changes: 2 additions & 2 deletions postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bb8-postgres"
version = "0.8.1"
version = "0.9.0"
edition = "2021"
rust-version = "1.75"
description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)"
Expand All @@ -19,7 +19,7 @@ repository = "https://github.com/djc/bb8"
"with-time-0_3" = ["tokio-postgres/with-time-0_3"]

[dependencies]
bb8 = { version = "0.8", path = "../bb8" }
bb8 = { version = "0.9", path = "../bb8" }
tokio = { version = "1.0.0", features = ["rt"] }
tokio-postgres = "0.7"

Expand Down
4 changes: 2 additions & 2 deletions redis/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "bb8-redis"
version = "0.17.0"
version = "0.18.0"
edition = "2021"
rust-version = "1.75"
description = "Full-featured async (tokio-based) redis connection pool (like r2d2)"
license = "MIT"
repository = "https://github.com/djc/bb8"

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

[dev-dependencies]
Expand Down

0 comments on commit 6e2a586

Please sign in to comment.