We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f31a4 commit 0516cb9Copy full SHA for 0516cb9
1 file changed
postgres/Cargo.toml
@@ -1,11 +1,10 @@
1
[package]
2
name = "postgres"
3
-version = "0.15.1"
+version = "0.15.2"
4
authors = ["Steven Fackler <sfackler@gmail.com>"]
5
license = "MIT"
6
description = "A native PostgreSQL driver"
7
repository = "https://github.com/sfackler/rust-postgres"
8
-documentation = "https://docs.rs/postgres/0.15.1/postgres"
9
readme = "../README.md"
10
keywords = ["database", "postgres", "postgresql", "sql"]
11
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
0 commit comments