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 207a2d0 commit da7b5f1Copy full SHA for da7b5f1
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "r2d2_postgres"
3
-version = "0.0.1"
+version = "0.1.0"
4
authors = ["Steven Fackler <[email protected]>"]
5
license = "MIT"
6
description = "Postgres support for the r2d2 connection pool"
@@ -21,4 +21,4 @@ path = "tests/test.rs"
21
git = "https://github.com/sfackler/rust-postgres"
22
23
[dependencies]
24
-r2d2 = "0.0"
+r2d2 = "0.1"
0 commit comments