Rust 1.2 is stable now
authorRalf Jung <post@ralfj.de>
Fri, 7 Aug 2015 18:27:23 +0000 (20:27 +0200)
committerRalf Jung <post@ralfj.de>
Fri, 7 Aug 2015 18:27:23 +0000 (20:27 +0200)
src/main.rs

index 942e490e0c4ba1064900c8b73a915e2b531ba95c..c20a47d07775f45fc7f9cd95287da4f2bdd80eeb 100644 (file)
@@ -35,9 +35,9 @@
 // ---------------
 // 
 // You will need to have Rust installed, of course. It is available for download on
-// [the Rust website](http://www.rust-lang.org/). Make sure you get at least version 1.2
-// (at the time of writing, that's the current beta release). More detailed installation
-// instructions are provided in [the second chapter of The Book](https://doc.rust-lang.org/stable/book/installing-rust.html).
+// [the Rust website](http://www.rust-lang.org/). Make sure you get at least version 1.2.
+// 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*).
 // 
 // Next, fetch the Rust-101 source code from the [git repository](http://www.ralfj.de/git/rust-101.git)