From a462f10258e30aef2c05a0a643b5551d45e254d1 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Mon, 30 Mar 2015 23:27:17 -0700 Subject: [PATCH] Bump readme version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 52a8eaf4..d77cd2fc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ You can integrate Rust-Postgres into your project through the [releases on crate ```toml # Cargo.toml [dependencies] -postgres = "0.7" +postgres = "0.8" ``` ## Overview