Skip to content

Commit 9a1a6e9

Browse files
committed
Release v0.1.1
1 parent 08678bd commit 9a1a6e9

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.1.0"
3+
version = "0.1.1"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "Postgres support for the r2d2 connection pool"
@@ -19,4 +19,4 @@ path = "tests/test.rs"
1919

2020
[dependencies]
2121
r2d2 = "0.1"
22-
postgres = "*"
22+
postgres = "0.2"

0 commit comments

Comments
 (0)