From 49b9b830d34eef71f7d819c74465d560dafceb20 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Fri, 8 Jul 2016 22:02:25 -0700 Subject: [PATCH] Bump min version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e11530be..c69228a8 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ fn main() { ``` ## Requirements -* **Rust** - Rust-Postgres is developed against the 1.9 release of Rust +* **Rust** - Rust-Postgres is developed against the 1.10 release of Rust available on http://www.rust-lang.org. It should also compile against more recent releases.