5
5
6
6
< div class ="row install ">
7
7
< div class ="col-md-offset-1 col-md-3 side-header ">
8
- < h2 > 1.0.0-beta.5 </ h2 >
9
- < h3 > May 11 , 2015</ h3 >
8
+ < h2 > 1.0.0</ h2 >
9
+ < h3 > May 15 , 2015</ h3 >
10
10
< p >
11
- A feature-complete preview of the 1.0.0 release .
11
+ The current stable release of Rust, updated every six weeks and backwards-compatible .
12
12
</ p >
13
13
</ div >
14
14
< div class ="col-md-7 ">
15
15
< table class ="table-features table-installers "> < tbody >
16
16
< tr >
17
17
< td class ="inst-type "> Linux binaries (.tar.gz)</ td >
18
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-beta.5- x86_64-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
19
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-beta.5- i686-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
18
+ < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-x86_64-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
19
+ < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-i686-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
20
20
</ tr >
21
21
< tr >
22
22
< td class ="inst-type "> Mac installer (.pkg)</ td >
23
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-beta.5- x86_64-apple-darwin.pkg "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
24
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-beta.5- i686-apple-darwin.pkg "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
23
+ < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-x86_64-apple-darwin.pkg "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
24
+ < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-i686-apple-darwin.pkg "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
25
25
</ tr >
26
26
< tr >
27
27
< td class ="inst-type "> Mac binaries (.tar.gz)</ td >
28
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-beta.5- x86_64-apple-darwin.tar.gz "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
29
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-beta.5- i686-apple-darwin.tar.gz "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
28
+ < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-x86_64-apple-darwin.tar.gz "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
29
+ < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-i686-apple-darwin.tar.gz "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
30
30
</ tr >
31
31
< tr >
32
- < td class ="inst-type "> Windows installer (.exe)</ td >
33
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-beta.5-x86_64-pc-windows-gnu.exe "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
34
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-beta.5-i686-pc-windows-gnu.exe "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
32
+ < td class ="inst-type "> Windows installer (.msi)</ td >
33
+ < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
34
+ < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0-i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
35
+ </ tr >
36
+ < td class ="inst-type "> Source</ td >
37
+ < td colspan ="2 "> < a
38
+ href ="https://static.rust-lang.org/dist/rustc-1.0.0-src.tar.gz "> < div class ="inst-button "> rustc-1.0.0-src.tar.gz</ div > </ a > </ td >
39
+ </ tr >
40
+ </ tbody > </ table >
41
+ </ div >
42
+ </ div >
43
+
44
+ < div class ="row ">
45
+ < div class ="col-md-offset-1 col-md-10 ">
46
+ < p > An easy way to install the beta binaries for Linux and Mac is to run this in your shell:</ p >
47
+ < pre > < code > $ curl -sSf https://static.rust-lang.org/rustup.sh | sh</ code > </ pre >
48
+ </ div >
49
+ </ div >
50
+
51
+ < hr />
52
+
53
+ < div class ="row ">
54
+ < div class ="col-md-3 col-md-offset-1 side-header ">
55
+ < h2 > Beta</ h2 >
56
+ < p >
57
+ A beta of the upcoming stable release, intended for testing by
58
+ crate authors. Updated as needed.
59
+ </ p >
60
+ </ div >
61
+ < div class ="col-md-7 ">
62
+ < table class ="table-features table-installers "> < tbody >
63
+ < tr >
64
+ < td class ="inst-type "> Linux binaries (.tar.gz)</ td >
65
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
66
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-unknown-linux-gnu.tar.gz "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
67
+ </ tr >
68
+ < tr >
69
+ < td class ="inst-type "> Mac installer (.pkg)</ td >
70
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-apple-darwin.pkg "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
71
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-apple-darwin.pkg "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
35
72
</ tr >
36
73
< tr >
74
+ < td class ="inst-type "> Mac binaries (.tar.gz)</ td >
75
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-apple-darwin.tar.gz "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
76
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-apple-darwin.tar.gz "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
77
+ </ tr >
37
78
< tr >
38
79
< td class ="inst-type "> Windows installer (.msi)</ td >
39
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0- beta.5 -x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
40
- < td > < a href ="https://static.rust-lang.org/dist/rust-1.0.0- beta.5 -i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
80
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
81
+ < td > < a href ="https://static.rust-lang.org/dist/rust-beta-i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
41
82
</ tr >
83
+ < tr >
42
84
< td class ="inst-type "> Source</ td >
43
- < td colspan ="2 "> < a
44
- href ="https://static.rust-lang.org/dist/rustc-1.0.0-beta.5-src.tar.gz "> < div class ="inst-button "> rustc-1.0.0-beta.5-src.tar.gz</ div > </ a > </ td >
85
+ < td colspan ="2 "> < a href ="https://static.rust-lang.org/dist/rustc-beta-src.tar.gz "> < div class ="inst-button "> rustc-beta-src.tar.gz</ div > </ a > </ td >
45
86
</ tr >
46
87
</ tbody > </ table >
47
88
</ div >
@@ -50,7 +91,7 @@ <h3>May 11, 2015</h3>
50
91
< div class ="row ">
51
92
< div class ="col-md-offset-1 col-md-10 ">
52
93
< p > An easy way to install the beta binaries for Linux and Mac is to run this in your shell:</ p >
53
- < pre > < code > $ curl -s https://static.rust-lang.org/rustup.sh | sh</ code > </ pre >
94
+ < pre > < code > $ curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=beta </ code > </ pre >
54
95
</ div >
55
96
</ div >
56
97
@@ -60,8 +101,10 @@ <h3>May 11, 2015</h3>
60
101
< div class ="col-md-3 col-md-offset-1 side-header ">
61
102
< h2 > Nightly</ h2 >
62
103
< p >
63
- The current dev branch.
64
- This is the most up to date version with the latest bug fixes and features.
104
+ The current development branch.
105
+ It includes
106
+ < a href ="http://doc.rust-lang.org/book/nightly-rust.html "> unstable features</ a >
107
+ that are not available in the betas or stable releases.
65
108
</ p >
66
109
</ div >
67
110
< div class ="col-md-7 ">
@@ -82,11 +125,6 @@ <h2>Nightly</h2>
82
125
< td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-apple-darwin.tar.gz "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
83
126
</ tr >
84
127
< tr >
85
- < td class ="inst-type "> Windows installer (.exe)</ td >
86
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.exe "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
87
- < td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.exe "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
88
- </ tr >
89
- < tr >
90
128
< td class ="inst-type "> Windows installer (.msi)</ td >
91
129
< td > < a href ="https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.msi "> < div class ="inst-button "> 64-bit</ div > </ a > </ td >
92
130
< td > < a href ="https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.msi "> < div class ="inst-button "> 32-bit</ div > </ a > </ td >
@@ -102,14 +140,16 @@ <h2>Nightly</h2>
102
140
< div class ="row ">
103
141
< div class ="col-md-offset-1 col-md-10 ">
104
142
< p > An easy way to install the nightly binaries for Linux and Mac is to run this in your shell:</ p >
105
- < pre > < code > $ curl -s https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly</ code > </ pre >
143
+ < pre > < code > $ curl -sSf https://static.rust-lang.org/rustup.sh | sh -s -- --channel=nightly</ code > </ pre >
106
144
</ div >
107
145
</ div >
108
146
147
+ < hr />
148
+
109
149
< div class ="row ">
110
150
< div class ="col-md-offset-1 col-md-11 ">
111
151
< p >
112
- < a href ="http://static.rust-lang.org/dist/index.html "> The archives.</ a >
152
+ Discover other downloads in < a href ="http://static.rust-lang.org/dist/index.html "> the archives.</ a >
113
153
</ p >
114
154
</ div >
115
155
</ div >
0 commit comments