This repository was archived by the owner on Sep 30, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Expand file tree Collapse file tree 2 files changed +18
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : The Rust Programming Language
2
- stable : " 1.13 .0"
3
- stable_date : " 2016-11-10 "
4
- stable_blog : " https://blog.rust-lang.org/2016/11/10 /Rust-1.13 .html"
5
- stable_full_version : " rustc 1.13 .0 (2c6933acc 2016-11-07)"
6
- beta : " 1.14 "
7
- beta_date : " 2016-12-22 "
8
- nightly : " 1.15 "
2
+ stable : " 1.14 .0"
3
+ stable_date : " 2016-12-22 "
4
+ stable_blog : " https://blog.rust-lang.org/2016/12/22 /Rust-1.14 .html"
5
+ stable_full_version : " rustc 1.14 .0 (2c6933acc 2016-11-07)"
6
+ beta : " 1.15 "
7
+ beta_date : " 2017-02-02 "
8
+ nightly : " 1.16 "
9
9
channels :
10
10
- name : " stable"
11
- vers : " 1.13 .0"
12
- package : " 1.13 .0"
11
+ vers : " 1.14 .0"
12
+ package : " 1.14 .0"
13
13
- name : " beta"
14
- vers : " 1.14 "
14
+ vers : " 1.15 "
15
15
package : " beta"
16
16
- name : " nightly"
17
- vers : " 1.15 "
17
+ vers : " 1.16 "
18
18
package : " nightly"
Original file line number Diff line number Diff line change @@ -27,7 +27,14 @@ stable:
27
27
- i686-pc-windows-gnu
28
28
- i686-pc-windows-msvc
29
29
- i686-unknown-linux-gnu
30
+ - mips-unknown-linux-gnu
31
+ - mipsel-unknown-linux-gnu
32
+ - mips64-unknown-linux-gnuabi64
30
33
-
34
+ - powerpc-unknown-linux-gnu
35
+ - powerpc64-unknown-linux-gnu
36
+ - powerpc64le-unknown-linux-gnu
37
+ - s390x-unknown-linux-gnu
31
38
- x86_64-apple-darwin
32
39
- x86_64-pc-windows-gnu
33
40
- x86_64-pc-windows-msvc
You can’t perform that action at this time.
0 commit comments