Bump the example dependency version

This commit is contained in:
Steven Fackler 2015-02-27 21:11:49 -08:00
parent 9c6f585c8c
commit 5d6782c49b

View File

@ -9,7 +9,7 @@ You can integrate Rust-Postgres into your project through the [releases on crate
```toml
# Cargo.toml
[dependencies]
postgres = "0.6"
postgres = "0.7"
```
## Overview