Skip to content

Commit da7b5f1

Browse files
committed
Bump to 0.1
1 parent 207a2d0 commit da7b5f1

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.0.1"
3+
version = "0.1.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "Postgres support for the r2d2 connection pool"
@@ -21,4 +21,4 @@ path = "tests/test.rs"
2121
git = "https://github.com/sfackler/rust-postgres"
2222

2323
[dependencies]
24-
r2d2 = "0.0"
24+
r2d2 = "0.1"

0 commit comments

Comments
 (0)