From 1e4b318e8e3d22e8044bcb968a087f9f3a793af1 Mon Sep 17 00:00:00 2001 From: Stefan Disch Date: Sun, 6 Mar 2016 11:35:11 +0100 Subject: [PATCH] Changed minimum required rustc version from 1.2 to 1.3. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 9b7132d..69d9ca7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -37,7 +37,7 @@ // --------------- // // You will need to have Rust installed, of course. It is available for download on -// [the Rust website](https://www.rust-lang.org/). Make sure you get at least version 1.2. +// [the Rust website](https://www.rust-lang.org/). Make sure you get at least version 1.3. // More detailed installation instructions are provided in // [the second chapter of The Book](https://doc.rust-lang.org/stable/book/installing-rust.html). // This will also install `cargo`, the tool responsible for building rust projects (or *crates*). -- 2.30.2