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"]