From 9cd54250a2cf04d2d3a890cadf7eb6b2157391ea Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 29 May 2015 23:25:14 -0700 Subject: [PATCH] Update README versions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d0c87b1f..2b0f5bf1 100644 --- a/README.md +++ b/README.md @@ -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