Release postgres v0.14.0

This commit is contained in:
Steven Fackler 2017-02-20 21:29:25 -08:00
parent 01314c1375
commit 5a814210cd
2 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
[package]
name = "postgres"
version = "0.13.6"
version = "0.14.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.13.6/postgres"
documentation = "https://docs.rs/postgres/0.14.0/postgres"
readme = "../README.md"
keywords = ["database", "postgres", "postgresql", "sql"]
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
@ -49,7 +49,7 @@ rustc-serialize = { version = "0.3", optional = true }
schannel = { version = "0.1", optional = true }
security-framework = { version = "0.1.2", optional = true }
postgres-shared = { version = "0.1", path = "../postgres-shared" }
postgres-shared = { version = "0.2", path = "../postgres-shared" }
[dev-dependencies]
url = "1.0"

View File

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