Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 509d94d

Browse files
authored
Merge pull request #647 from brson/bump
Bump for 1.14
2 parents ccd8ee5 + 1770003 commit 509d94d

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

_config.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
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"
99
channels:
1010
- name: "stable"
11-
vers: "1.13.0"
12-
package: "1.13.0"
11+
vers: "1.14.0"
12+
package: "1.14.0"
1313
- name: "beta"
14-
vers: "1.14"
14+
vers: "1.15"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.15"
17+
vers: "1.16"
1818
package: "nightly"

_data/platforms.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,14 @@ stable:
2727
- i686-pc-windows-gnu
2828
- i686-pc-windows-msvc
2929
- i686-unknown-linux-gnu
30+
- mips-unknown-linux-gnu
31+
- mipsel-unknown-linux-gnu
32+
- mips64-unknown-linux-gnuabi64
3033
-
34+
- powerpc-unknown-linux-gnu
35+
- powerpc64-unknown-linux-gnu
36+
- powerpc64le-unknown-linux-gnu
37+
- s390x-unknown-linux-gnu
3138
- x86_64-apple-darwin
3239
- x86_64-pc-windows-gnu
3340
- x86_64-pc-windows-msvc

0 commit comments

Comments
 (0)