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

Commit 816d73a

Browse files
authored
Merge pull request #952 from alexcrichton/release
Prepare for the 1.21 release
2 parents 76c4ba5 + e7f59be commit 816d73a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-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.20.0"
3-
stable_date: "2017-08-31"
4-
stable_blog: "https://blog.rust-lang.org/2017/08/31/Rust-1.20.html"
5-
stable_full_version: "rustc 1.20.0 (f3d6973f4 2017-08-27)"
6-
beta: "1.21"
7-
beta_date: "2017-10-12"
8-
nightly: "1.22"
2+
stable: "1.21.0"
3+
stable_date: "2017-10-12"
4+
stable_blog: "https://blog.rust-lang.org/2017/10/12/Rust-1.21.html"
5+
stable_full_version: "rustc 1.21.0 (3b72af97e 2017-10-09)"
6+
beta: "1.22"
7+
beta_date: "2017-11-23"
8+
nightly: "1.23"
99
channels:
1010
- name: "stable"
11-
vers: "1.20.0"
12-
package: "1.20.0"
11+
vers: "1.21.0"
12+
package: "1.21.0"
1313
- name: "beta"
14-
vers: "1.21"
14+
vers: "1.22"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.22"
17+
vers: "1.23"
1818
package: "nightly"

0 commit comments

Comments
 (0)