Skip to content

Commit 3be6bba

Browse files
committedJun 11, 2017
Release postgres v0.14.2
1 parent 138f899 commit 3be6bba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎postgres/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[package]
22
name = "postgres"
3-
version = "0.14.1"
3+
version = "0.14.2"
44
authors = ["Steven Fackler <sfackler@gmail.com>"]
55
license = "MIT"
66
description = "A native PostgreSQL driver"
77
repository = "https://github.com/sfackler/rust-postgres"
8-
documentation = "https://docs.rs/postgres/0.14.1/postgres"
8+
documentation = "https://docs.rs/postgres/0.14.2/postgres"
99
readme = "../README.md"
1010
keywords = ["database", "postgres", "postgresql", "sql"]
1111
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]

‎postgres/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
//! .unwrap();
6767
//! }
6868
//! ```
69-
#![doc(html_root_url="https://docs.rs/postgres/0.14.1")]
69+
#![doc(html_root_url="https://docs.rs/postgres/0.14.2")]
7070
#![warn(missing_docs)]
7171
#![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy
7272

0 commit comments

Comments
 (0)
Please sign in to comment.