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

Commit 6ab2d1c

Browse files
committed
Update for the 1.18 release
1 parent 8e75d44 commit 6ab2d1c

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

_config.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: The Rust Programming Language
2-
stable: "1.17.0"
3-
stable_date: "2017-04-27"
4-
stable_blog: "https://blog.rust-lang.org/2017/04/27/Rust-1.17.html"
5-
stable_full_version: "rustc 1.17.0 (56124baa9 2017-04-24)"
6-
beta: "1.18"
7-
beta_date: "2017-06-08"
8-
nightly: "1.19"
2+
stable: "1.18.0"
3+
stable_date: "2017-06-08"
4+
stable_blog: "https://blog.rust-lang.org/2017/06/08/Rust-1.18.html"
5+
stable_full_version: "rustc 1.18.0 (03fc9d622 2017-06-06)"
6+
beta: "1.19"
7+
beta_date: "2017-07-20"
8+
nightly: "1.20"
99
channels:
1010
- name: "stable"
11-
vers: "1.17.0"
12-
package: "1.17.0"
11+
vers: "1.18.0"
12+
package: "1.18.0"
1313
- name: "beta"
14-
vers: "1.18"
14+
vers: "1.19"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.19"
17+
vers: "1.20"
1818
package: "nightly"

0 commit comments

Comments
 (0)