Skip to content

Commit

Permalink
Release postgres 0.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sfackler committed Feb 12, 2018
1 parent e1f31a4 commit 0516cb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions postgres/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
[package]
name = "postgres"
version = "0.15.1"
version = "0.15.2"
authors = ["Steven Fackler <[email protected]>"]
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"]
Expand Down

0 comments on commit 0516cb9

Please sign in to comment.