Skip to content

Commit c6f9716

Browse files
committed
Release 0.14.0
1 parent 06fde28 commit c6f9716

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "r2d2_postgres"
3-
version = "0.13.0"
3+
version = "0.14.0"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "Postgres support for the r2d2 connection pool"
77
repository = "https://github.com/sfackler/r2d2-postgres"
8-
documentation = "https://docs.rs/r2d2_postgres/0.13.0/r2d2_postgres"
98
keywords = ["postgres", "sql", "pool", "database"]
109

1110
[lib]

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

0 commit comments

Comments
 (0)