X-Git-Url: https://git.ralfj.de/rust-101.git/blobdiff_plain/63b7a79069a399c32d575bb71832fcad134117c9..d5cee5ca7d257faea7f68b8812bf4d1a88ab5229:/src/main.rs?ds=inline 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*).