From 298189029fa67a5d419cd2c78376fe03f8f2bbf8 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 13 Jan 2017 13:12:03 -0800 Subject: [PATCH] Release postgres v0.13.5 --- postgres/Cargo.toml | 6 +++--- postgres/src/lib.rs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index eccfe55a0..8de7956d3 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "postgres" -version = "0.13.4" +version = "0.13.5" authors = ["Steven Fackler "] license = "MIT" description = "A native PostgreSQL driver" repository = "https://github.com/sfackler/rust-postgres" -documentation = "https://docs.rs/postgres/0.13.4/postgres" +documentation = "https://docs.rs/postgres/0.13.5/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 = { path = "../postgres-shared" } +postgres-shared = { version = "0.1", path = "../postgres-shared" } [dev-dependencies] url = "1.0" diff --git a/postgres/src/lib.rs b/postgres/src/lib.rs index 857f34804..a4ddb488d 100644 --- a/postgres/src/lib.rs +++ b/postgres/src/lib.rs @@ -66,7 +66,7 @@ //! .unwrap(); //! } //! ``` -#![doc(html_root_url="https://docs.rs/postgres/0.13.4")] +#![doc(html_root_url="https://docs.rs/postgres/0.13.5")] #![warn(missing_docs)] #![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy