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

Bump for 1.14 #647

Merged
merged 1 commit into from
Dec 22, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: The Rust Programming Language
stable: "1.13.0"
stable_date: "2016-11-10"
stable_blog: "https://blog.rust-lang.org/2016/11/10/Rust-1.13.html"
stable_full_version: "rustc 1.13.0 (2c6933acc 2016-11-07)"
beta: "1.14"
beta_date: "2016-12-22"
nightly: "1.15"
stable: "1.14.0"
stable_date: "2016-12-22"
stable_blog: "https://blog.rust-lang.org/2016/12/22/Rust-1.14.html"
stable_full_version: "rustc 1.14.0 (2c6933acc 2016-11-07)"
beta: "1.15"
beta_date: "2017-02-02"
nightly: "1.16"
channels:
- name: "stable"
vers: "1.13.0"
package: "1.13.0"
vers: "1.14.0"
package: "1.14.0"
- name: "beta"
vers: "1.14"
vers: "1.15"
package: "beta"
- name: "nightly"
vers: "1.15"
vers: "1.16"
package: "nightly"
7 changes: 7 additions & 0 deletions _data/platforms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,14 @@ stable:
- i686-pc-windows-gnu
- i686-pc-windows-msvc
- i686-unknown-linux-gnu
- mips-unknown-linux-gnu
- mipsel-unknown-linux-gnu
- mips64-unknown-linux-gnuabi64
-
- powerpc-unknown-linux-gnu
- powerpc64-unknown-linux-gnu
- powerpc64le-unknown-linux-gnu
- s390x-unknown-linux-gnu
- x86_64-apple-darwin
- x86_64-pc-windows-gnu
- x86_64-pc-windows-msvc
Expand Down