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

Update for the 1.18 release #842

Merged
merged 1 commit into from
Jun 8, 2017
Merged
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.17.0"
stable_date: "2017-04-27"
stable_blog: "https://blog.rust-lang.org/2017/04/27/Rust-1.17.html"
stable_full_version: "rustc 1.17.0 (56124baa9 2017-04-24)"
beta: "1.18"
beta_date: "2017-06-08"
nightly: "1.19"
stable: "1.18.0"
stable_date: "2017-06-08"
stable_blog: "https://blog.rust-lang.org/2017/06/08/Rust-1.18.html"
stable_full_version: "rustc 1.18.0 (03fc9d622 2017-06-06)"
beta: "1.19"
beta_date: "2017-07-20"
nightly: "1.20"
channels:
- name: "stable"
vers: "1.17.0"
package: "1.17.0"
vers: "1.18.0"
package: "1.18.0"
- name: "beta"
vers: "1.18"
vers: "1.19"
package: "beta"
- name: "nightly"
vers: "1.19"
vers: "1.20"
package: "nightly"