From e40b71ab973cb125da480afc2ae25b1a6cca361a Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Thu, 3 Mar 2016 21:27:44 -0800 Subject: [PATCH] Adjust readme to not bump to 1.6 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 25df9624..a5c9ca45 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ fn main() { ``` ## Requirements -* **Rust** - Rust-Postgres is developed against the 1.5 release of Rust +* **Rust** - Rust-Postgres is developed against the 1.6 release of Rust available on http://www.rust-lang.org. It should also compile against more recent releases.