Bump readme version

This commit is contained in:
Steven Fackler 2015-03-30 23:27:17 -07:00
parent fd9fb73693
commit a462f10258

View File

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