Release postgres v0.15.0

This commit is contained in:
Steven Fackler
2017-07-23 12:45:40 -07:00
parent 06c1b55f8c
commit 5524e21f9a
2 changed files with 4 additions and 4 deletions

View File

@@ -1,11 +1,11 @@
[package]
name = "postgres"
version = "0.14.2"
version = "0.15.0"
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.14.2/postgres"
documentation = "https://docs.rs/postgres/0.15.0/postgres"
readme = "../README.md"
keywords = ["database", "postgres", "postgresql", "sql"]
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
@@ -67,7 +67,7 @@ schannel = { version = "0.1", optional = true }
security-framework = { version = "0.1.2", optional = true }
postgres-protocol = { version = "0.3.0", path = "../postgres-protocol" }
postgres-shared = { version = "0.3.0", path = "../postgres-shared" }
postgres-shared = { version = "0.4.0", path = "../postgres-shared" }
[dev-dependencies]
hex = "0.2"

View File

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