Update README versions

This commit is contained in:
Steven Fackler
2015-05-29 23:25:14 -07:00
parent 9622f63939
commit 9cd54250a2

View File

@@ -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
[![Build Status](https://travis-ci.org/sfackler/rust-postgres.png?branch=master)](https://travis-ci.org/sfackler/rust-postgres) [![Latest Version](https://img.shields.io/crates/v/postgres.svg)](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