Update README versions
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
# Rust-Postgres
|
||||
A native PostgreSQL driver for Rust.
|
||||
|
||||
Documentation is available at https://sfackler.github.io/rust-postgres/doc/v0.8.9/postgres
|
||||
Documentation is available at https://sfackler.github.io/rust-postgres/doc/v0.9.0/postgres
|
||||
|
||||
[](https://travis-ci.org/sfackler/rust-postgres) [](https://crates.io/crates/postgres)
|
||||
|
||||
@@ -9,7 +9,7 @@ You can integrate Rust-Postgres into your project through the [releases on crate
|
||||
```toml
|
||||
# Cargo.toml
|
||||
[dependencies]
|
||||
postgres = "0.8"
|
||||
postgres = "0.9"
|
||||
```
|
||||
|
||||
## Overview
|
||||
|
||||
Reference in New Issue
Block a user