From 1f11c470955750dabdc5e572cdd25a20cb24dd3b Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 23 Jul 2017 20:15:38 -0700 Subject: [PATCH] Bump version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a59d3aa..3dad8fcb 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ A native PostgreSQL driver for Rust. You can integrate Rust-Postgres into your project through the [releases on crates.io](https://crates.io/crates/postgres): ```toml [dependencies] -postgres = "0.14" +postgres = "0.15" ``` ## Overview