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

Commit 8d46290

Browse files
authored
Merge pull request #1004 from alexcrichton/release
Update for 1.23.0
2 parents 99d2b74 + 11e9f0d commit 8d46290

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.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"
2+
stable: "1.23.0"
3+
stable_date: "2018-01-04"
4+
stable_blog: "https://blog.rust-lang.org/2018/01/04/Rust-1.23.html"
5+
stable_full_version: "rustc 1.23.0 (766bd11c8 2018-01-01)"
6+
beta: "1.24"
7+
beta_date: "2018-02-15"
8+
nightly: "1.25"
99
channels:
1010
- name: "stable"
11-
vers: "1.22.1"
12-
package: "1.22.1"
11+
vers: "1.23.0"
12+
package: "1.23.0"
1313
- name: "beta"
14-
vers: "1.23"
14+
vers: "1.24"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.24"
17+
vers: "1.25"
1818
package: "nightly"

0 commit comments

Comments
 (0)