From bd2710b9c9527c805bdbd48d56e0597d4a563883 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 4 Feb 2017 15:36:15 -0800 Subject: [PATCH] Release postgres v0.13.6 --- postgres/Cargo.toml | 4 ++-- postgres/src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index a330f420..2dddac12 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -1,11 +1,11 @@ [package] name = "postgres" -version = "0.13.5" +version = "0.13.6" authors = ["Steven Fackler "] license = "MIT" description = "A native PostgreSQL driver" repository = "https://github.com/sfackler/rust-postgres" -documentation = "https://docs.rs/postgres/0.13.5/postgres" +documentation = "https://docs.rs/postgres/0.13.6/postgres" readme = "../README.md" keywords = ["database", "postgres", "postgresql", "sql"] include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"] diff --git a/postgres/src/lib.rs b/postgres/src/lib.rs index a4ddb488..6af7d375 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.5")] +#![doc(html_root_url="https://docs.rs/postgres/0.13.6")] #![warn(missing_docs)] #![allow(unknown_lints, needless_lifetimes, doc_markdown)] // for clippy