Release postgres v0.15.1

This commit is contained in:
Steven Fackler
2017-07-23 15:58:52 -07:00
parent d0db938f82
commit 1d9c7d4c79
2 changed files with 3 additions and 3 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "postgres"
version = "0.15.0"
version = "0.15.1"
authors = ["Steven Fackler <sfackler@gmail.com>"]
license = "MIT"
description = "A native PostgreSQL driver"
repository = "https://github.com/sfackler/rust-postgres"
documentation = "https://docs.rs/postgres/0.15.0/postgres"
documentation = "https://docs.rs/postgres/0.15.1/postgres"
readme = "../README.md"
keywords = ["database", "postgres", "postgresql", "sql"]
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]

View File

@@ -66,7 +66,7 @@
//! .unwrap();
//! }
//! ```
#![doc(html_root_url="https://docs.rs/postgres/0.15.0")]
#![doc(html_root_url="https://docs.rs/postgres/0.15.1")]
#![warn(missing_docs)]
#![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy