Skip to content

Commit

Permalink
Release v0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Dec 24, 2019
1 parent 6e012e9 commit 0e2d8db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "r2d2_postgres"
version = "0.16.0-alpha.2"
version = "0.16.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
license = "MIT"
Expand All @@ -10,4 +10,4 @@ keywords = ["postgres", "sql", "pool", "database"]

[dependencies]
r2d2 = "0.8"
postgres = "=0.17.0-alpha.2"
postgres = "0.17"
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! Postgres support for the `r2d2` connection pool.
#![doc(html_root_url = "https://docs.rs/r2d2_postgres/0.16.0-alpha.2")]
#![doc(html_root_url = "https://docs.rs/r2d2_postgres/0.17")]
#![warn(missing_docs)]
pub use postgres;
pub use r2d2;
Expand Down

0 comments on commit 0e2d8db

Please sign in to comment.