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

Commit c95ca75

Browse files
committed
Prepare for 1.22 release
1 parent 92bfa2f commit c95ca75

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.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"
2+
stable: "1.22.0"
3+
stable_date: "2017-11-22"
4+
stable_blog: "https://blog.rust-lang.org/2017/11/22/Rust-1.22.html"
5+
stable_full_version: "rustc 1.22.0 (9c21f8ff4 2017-11-20)"
6+
beta: "1.23"
7+
beta_date: "2017-11-21"
8+
nightly: "1.24"
99
channels:
1010
- name: "stable"
11-
vers: "1.21.0"
12-
package: "1.21.0"
11+
vers: "1.22.0"
12+
package: "1.22.0"
1313
- name: "beta"
14-
vers: "1.22"
14+
vers: "1.23"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.23"
17+
vers: "1.24"
1818
package: "nightly"

0 commit comments

Comments
 (0)