We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2157bb7 commit d280a65Copy full SHA for d280a65
1 file changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "r2d2_postgres"
3
-version = "0.16.0"
+version = "0.17.0"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
edition = "2018"
6
license = "MIT"
@@ -10,4 +10,4 @@ keywords = ["postgres", "sql", "pool", "database"]
10
11
[dependencies]
12
r2d2 = "0.8"
13
-postgres = "0.17"
+postgres = "0.18"
0 commit comments