Skip to content

Commit e2387e1

Browse files
committed
Release v0.18.0
1 parent 3d57899 commit e2387e1

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-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.17.0"
3+
version = "0.18.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.18"
13+
postgres = "0.19"

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
//! Postgres support for the `r2d2` connection pool.
2-
#![doc(html_root_url = "https://docs.rs/r2d2_postgres/0.16")]
32
#![warn(missing_docs)]
43
pub use postgres;
54
pub use r2d2;

0 commit comments

Comments
 (0)