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

Commit 3de48b8

Browse files
authored
Merge pull request #712 from brson/bump
Update for 1.15
2 parents c5c0754 + 5cf11ab commit 3de48b8

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.14.0"
3-
stable_date: "2016-12-22"
4-
stable_blog: "https://blog.rust-lang.org/2016/12/22/Rust-1.14.html"
5-
stable_full_version: "rustc 1.14.0 (2c6933acc 2016-11-07)"
6-
beta: "1.15"
7-
beta_date: "2017-02-02"
8-
nightly: "1.16"
2+
stable: "1.15.0"
3+
stable_date: "2017-02-02"
4+
stable_blog: "https://blog.rust-lang.org/2017/02/02/Rust-1.15.html"
5+
stable_full_version: "rustc 1.15.0 (10893a9a3 2017-01-19)"
6+
beta: "1.16"
7+
beta_date: "2017-03-16"
8+
nightly: "1.17"
99
channels:
1010
- name: "stable"
11-
vers: "1.14.0"
12-
package: "1.14.0"
11+
vers: "1.15.0"
12+
package: "1.15.0"
1313
- name: "beta"
14-
vers: "1.15"
14+
vers: "1.16"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.16"
17+
vers: "1.17"
1818
package: "nightly"

0 commit comments

Comments
 (0)