Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Nov 26, 2017
1 parent 06fde28 commit c6f9716
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
name = "r2d2_postgres"
version = "0.13.0"
version = "0.14.0"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "Postgres support for the r2d2 connection pool"
repository = "https://github.com/sfackler/r2d2-postgres"
documentation = "https://docs.rs/r2d2_postgres/0.13.0/r2d2_postgres"
keywords = ["postgres", "sql", "pool", "database"]

[lib]
Expand Down
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.13.0")]
#![doc(html_root_url="https://docs.rs/r2d2_postgres/0.14")]
#![warn(missing_docs)]
pub extern crate r2d2;
pub extern crate postgres;
Expand Down

0 comments on commit c6f9716

Please sign in to comment.