Skip to content

Commit

Permalink
Bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Nov 16, 2020
1 parent 8174311 commit d34f65b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.5.0"
version = "0.6.0"
authors = ["Dirkjan Ochtman <[email protected]>", "Kyle Huey <[email protected]>"]
description = "Full-featured async (tokio-based) connection pool (like r2d2)"
license = "MIT"
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.5.0"
version = "0.6.0"
authors = ["Dirkjan Ochtman <[email protected]>", "Kyle Huey <[email protected]>"]
description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)"
license = "MIT"
Expand All @@ -17,7 +17,7 @@ edition = "2018"

[dependencies]
async-trait = "0.1"
bb8 = { version = "0.5.0", path = "../bb8" }
bb8 = { version = "0.6.0", path = "../bb8" }
tokio = { version = "0.3.3", features = ["rt"] }
tokio-postgres = "0.6"

Expand Down

0 comments on commit d34f65b

Please sign in to comment.