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

Commit 5bd26b3

Browse files
authored
Merge pull request #978 from rust-lang/release-1.22
Prepare for 1.22 release
2 parents 92bfa2f + f3b8cae commit 5bd26b3

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.1"
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.1 (05e2e1c414 2017-11-22)"
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.1"
12+
package: "1.22.1"
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)