Skip to content

Commit d280a65

Browse files
committed
Release v0.17.0
1 parent 2157bb7 commit d280a65

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "r2d2_postgres"
3-
version = "0.16.0"
3+
version = "0.17.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT"
@@ -10,4 +10,4 @@ keywords = ["postgres", "sql", "pool", "database"]
1010

1111
[dependencies]
1212
r2d2 = "0.8"
13-
postgres = "0.17"
13+
postgres = "0.18"

0 commit comments

Comments
 (0)