File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5
5
refs/heads/try: d324a424d8f84b1eb049b12cf34182bda91b0024
6
6
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
7
7
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
8
- refs/heads/try2: e0072e39a788ada2a636ab88a0b97534544c4125
8
+ refs/heads/try2: 6742c982a46fb9fcad190d6b9c2c2fc1370a354b
9
9
refs/heads/incoming: d9317a174e434d4c99fc1a37fd7dc0d2f5328d37
10
10
refs/heads/dist-snap: 22efa39382d41b084fde1719df7ae8ce5697d8c9
11
11
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
Original file line number Diff line number Diff line change @@ -42,9 +42,9 @@ packages:
42
42
Assuming you're on a relatively modern * nix system and have met the
43
43
prerequisites, something along these lines should work.
44
44
45
- $ wget http://dl.rust-lang.org/dist/rust-0.4 .tar.gz
46
- $ tar -xzf rust-0.4 .tar.gz
47
- $ cd rust-0.4
45
+ $ wget http://dl.rust-lang.org/dist/rust-0.5 .tar.gz
46
+ $ tar -xzf rust-0.5 .tar.gz
47
+ $ cd rust-0.5
48
48
$ ./configure
49
49
$ make && make install
50
50
@@ -59,8 +59,8 @@ When complete, `make install` will place several programs into
59
59
API-documentation tool, and ` cargo ` , the Rust package manager.
60
60
61
61
[ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
62
- [ tarball ] : http://dl.rust-lang.org/dist/rust-0.4 .tar.gz
63
- [ win-exe ] : http://dl.rust-lang.org/dist/rust-0.4 -install.exe
62
+ [ tarball ] : http://dl.rust-lang.org/dist/rust-0.5 .tar.gz
63
+ [ win-exe ] : http://dl.rust-lang.org/dist/rust-0.5 -install.exe
64
64
65
65
66
66
## License
Original file line number Diff line number Diff line change @@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines
100
100
should work.
101
101
102
102
~~~~ {.notrust}
103
- $ curl -O http://dl.rust-lang.org/dist/rust-0.4 .tar.gz
104
- $ tar -xzf rust-0.4 .tar.gz
105
- $ cd rust-0.4
103
+ $ curl -O http://dl.rust-lang.org/dist/rust-0.5 .tar.gz
104
+ $ tar -xzf rust-0.5 .tar.gz
105
+ $ cd rust-0.5
106
106
$ ./configure
107
107
$ make && make install
108
108
~~~~
@@ -118,8 +118,8 @@ When complete, `make install` will place several programs into
118
118
API-documentation tool, and ` cargo ` , the Rust package manager.
119
119
120
120
[ wiki-start ] : https://github.com/mozilla/rust/wiki/Note-getting-started-developing-Rust
121
- [ tarball ] : http://dl.rust-lang.org/dist/rust-0.4 .tar.gz
122
- [ win-exe ] : http://dl.rust-lang.org/dist/rust-0.4 -install.exe
121
+ [ tarball ] : http://dl.rust-lang.org/dist/rust-0.5 .tar.gz
122
+ [ win-exe ] : http://dl.rust-lang.org/dist/rust-0.5 -install.exe
123
123
124
124
## Compiling your first program
125
125
You can’t perform that action at this time.
0 commit comments