Skip to content

Commit e99c545

Browse files
committed
---
yaml --- r: 38111 b: refs/heads/try c: 6742c98 h: refs/heads/master i: 38109: 3612579 38107: d08df3b 38103: be4e97c 38095: 6143ea2 38079: 1cea4e9 v: v3
1 parent 290b9e3 commit e99c545

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
refs/heads/master: 09bb07bed9166105ea961a42b5fff7739ae0d2e9
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: eb8fd119c65c67f3b1b8268cc7341c22d39b7b61
5-
refs/heads/try: e0072e39a788ada2a636ab88a0b97534544c4125
5+
refs/heads/try: 6742c982a46fb9fcad190d6b9c2c2fc1370a354b
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: a810c03263670238bccd64cabb12a23a46e3a278

branches/try/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ packages:
4242
Assuming you're on a relatively modern *nix system and have met the
4343
prerequisites, something along these lines should work.
4444

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
4848
$ ./configure
4949
$ make && make install
5050

@@ -59,8 +59,8 @@ When complete, `make install` will place several programs into
5959
API-documentation tool, and `cargo`, the Rust package manager.
6060

6161
[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
6464

6565

6666
## License

branches/try/doc/tutorial.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ If you've fulfilled those prerequisites, something along these lines
100100
should work.
101101

102102
~~~~ {.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
106106
$ ./configure
107107
$ make && make install
108108
~~~~
@@ -118,8 +118,8 @@ When complete, `make install` will place several programs into
118118
API-documentation tool, and `cargo`, the Rust package manager.
119119

120120
[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
123123

124124
## Compiling your first program
125125

0 commit comments

Comments
 (0)