Bump version in readme

This commit is contained in:
Steven Fackler 2017-07-23 20:15:38 -07:00
parent fdc4a01b1a
commit 1f11c47095

View File

@ -8,7 +8,7 @@ A native PostgreSQL driver for Rust.
You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres):
```toml
[dependencies]
postgres = "0.14"
postgres = "0.15"
```
## Overview