Skip to content

Commit 0e2d8db

Browse files
committed
Release v0.17.0
1 parent 6e012e9 commit 0e2d8db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.16.0-alpha.2"
3+
version = "0.16.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
edition = "2018"
66
license = "MIT"
@@ -10,4 +10,4 @@ keywords = ["postgres", "sql", "pool", "database"]
1010

1111
[dependencies]
1212
r2d2 = "0.8"
13-
postgres = "=0.17.0-alpha.2"
13+
postgres = "0.17"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//! Postgres support for the `r2d2` connection pool.
2-
#![doc(html_root_url = "https://docs.rs/r2d2_postgres/0.16.0-alpha.2")]
2+
#![doc(html_root_url = "https://docs.rs/r2d2_postgres/0.17")]
33
#![warn(missing_docs)]
44
pub use postgres;
55
pub use r2d2;

0 commit comments

Comments
 (0)