Release postgres 0.15.2

This commit is contained in:
Steven Fackler 2018-02-11 17:19:52 -08:00
parent e1f31a4493
commit 0516cb9d10

View File

@ -1,11 +1,10 @@
[package]
name = "postgres"
version = "0.15.1"
version = "0.15.2"
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.15.1/postgres"
readme = "../README.md"
keywords = ["database", "postgres", "postgresql", "sql"]
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]