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

Commit 934ba42

Browse files
authored
Merge pull request #1060 from alexcrichton/update-124
Update for 1.24.1
2 parents 26fb9cb + c78e42a commit 934ba42

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

_config.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: The Rust Programming Language
2-
stable: "1.24.0"
3-
stable_date: "2018-02-15"
2+
stable: "1.24.1"
3+
stable_date: "2018-03-01"
44
stable_blog: "https://blog.rust-lang.org/2018/02/15/Rust-1.24.html"
5-
stable_full_version: "rustc 1.24.0 (4d90ac38c 2018-02-12)"
6-
beta: "1.24"
5+
stable_full_version: "rustc 1.24.1 (d3ae9a9e0 2018-02-27)"
6+
beta: "1.25"
77
beta_date: "2018-03-29"
8-
nightly: "1.25"
8+
nightly: "1.26"
99
channels:
1010
- name: "stable"
11-
vers: "1.24.0"
12-
package: "1.24.0"
11+
vers: "1.24.1"
12+
package: "1.24.1"
1313
- name: "beta"
14-
vers: "1.24"
14+
vers: "1.25"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.25"
17+
vers: "1.26"
1818
package: "nightly"

0 commit comments

Comments
 (0)