Release postgres 0.15.2
This commit is contained in:
parent
e1f31a4493
commit
0516cb9d10
@ -1,11 +1,10 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "postgres"
|
name = "postgres"
|
||||||
version = "0.15.1"
|
version = "0.15.2"
|
||||||
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
authors = ["Steven Fackler <sfackler@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "A native PostgreSQL driver"
|
description = "A native PostgreSQL driver"
|
||||||
repository = "https://github.com/sfackler/rust-postgres"
|
repository = "https://github.com/sfackler/rust-postgres"
|
||||||
documentation = "https://docs.rs/postgres/0.15.1/postgres"
|
|
||||||
readme = "../README.md"
|
readme = "../README.md"
|
||||||
keywords = ["database", "postgres", "postgresql", "sql"]
|
keywords = ["database", "postgres", "postgresql", "sql"]
|
||||||
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
|
include = ["src/*", "Cargo.toml", "LICENSE", "README.md", "THIRD_PARTY"]
|
||||||
|
Loading…
Reference in New Issue
Block a user