From 0516cb9d109f9450a0154cc35060b2c4bd02f492 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 11 Feb 2018 17:19:52 -0800 Subject: [PATCH] Release postgres 0.15.2 --- postgres/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/postgres/Cargo.toml b/postgres/Cargo.toml index 386863363..360548a47 100644 --- a/postgres/Cargo.toml +++ b/postgres/Cargo.toml @@ -1,11 +1,10 @@ [package] name = "postgres" -version = "0.15.1" +version = "0.15.2" authors = ["Steven Fackler "] license = "MIT" description = "A native PostgreSQL driver" repository = "https://github.com/sfackler/rust-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"]