Skip to content

Commit 1c0a27a

Browse files
committed
Bump versions
1 parent d37e8d3 commit 1c0a27a

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.4.2"
3+
version = "0.5.0"
44
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Kyle Huey <khuey@kylehuey.com>"]
55
description = "Full-featured async (tokio-based) connection pool (like r2d2)"
66
license = "MIT"

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.4.0"
3+
version = "0.5.0"
44
authors = ["Dirkjan Ochtman <dirkjan@ochtman.nl>", "Kyle Huey <khuey@kylehuey.com>"]
55
description = "Full-featured async (tokio-based) postgres connection pool (like r2d2)"
66
license = "MIT"
@@ -17,7 +17,7 @@ edition = "2018"
1717

1818
[dependencies]
1919
async-trait = "0.1"
20-
bb8 = { version = "0.4.0", path = "../bb8" }
20+
bb8 = { version = "0.5.0", path = "../bb8" }
2121
tokio = { version = "0.2", features = ["rt-core", "macros"] }
2222
tokio-postgres = "0.5.1"
2323

redis/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-redis"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
authors = [
55
"Dirkjan Ochtman <dirkjan@ochtman.nl>",
66
"Daniel Smith <smith.daniel.br@gmail.com>",
@@ -13,7 +13,7 @@ edition = "2018"
1313

1414
[dependencies]
1515
async-trait = "0.1"
16-
bb8 = { version = "0.4.0", path = "../bb8" }
16+
bb8 = { version = "0.5.0", path = "../bb8" }
1717
redis = { version = "0.17", default-features = false, features = ["tokio-comp"] }
1818

1919
[dev-dependencies]

0 commit comments

Comments
 (0)