We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08678bd commit 9a1a6e9Copy full SHA for 9a1a6e9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "r2d2_postgres"
3
-version = "0.1.0"
+version = "0.1.1"
4
authors = ["Steven Fackler <[email protected]>"]
5
license = "MIT"
6
description = "Postgres support for the r2d2 connection pool"
@@ -19,4 +19,4 @@ path = "tests/test.rs"
19
20
[dependencies]
21
r2d2 = "0.1"
22
-postgres = "*"
+postgres = "0.2"
0 commit comments