Skip to content

Commit 0516cb9

Browse files
committed
Release postgres 0.15.2
1 parent e1f31a4 commit 0516cb9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

postgres/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[package]
22
name = "postgres"
3-
version = "0.15.1"
3+
version = "0.15.2"
44
authors = ["Steven Fackler <[email protected]>"]
55
license = "MIT"
66
description = "A native PostgreSQL driver"
77
repository = "https://github.com/sfackler/rust-postgres"
8-
documentation = "https://docs.rs/postgres/0.15.1/postgres"
98
readme = "../README.md"
109
keywords = ["database", "postgres", "postgresql", "sql"]
1110
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]

0 commit comments

Comments
 (0)