projects
/
rust-101.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
4fcb5d4
)
Rust 1.2 is stable now
author
Ralf Jung
<post@ralfj.de>
Fri, 7 Aug 2015 18:27:23 +0000
(20:27 +0200)
committer
Ralf Jung
<post@ralfj.de>
Fri, 7 Aug 2015 18:27:23 +0000
(20:27 +0200)
src/main.rs
patch
|
blob
|
history
diff --git
a/src/main.rs
b/src/main.rs
index 942e490e0c4ba1064900c8b73a915e2b531ba95c..c20a47d07775f45fc7f9cd95287da4f2bdd80eeb 100644
(file)
--- a/
src/main.rs
+++ b/
src/main.rs
@@
-35,9
+35,9
@@
// ---------------
//
// You will need to have Rust installed, of course. It is available for download on
// ---------------
//
// 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 installatio
n
-//
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 i
n
+// [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)
// 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)