Skip to content

Commit deeea58

Browse files
Merge pull request rust-lang#1165 from Mark-Simulacrum/128
1.28 release
2 parents 6cb5aac + 8c2702a commit deeea58

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.27.2"
3-
stable_date: "2018-07-20"
4-
stable_blog: "https://blog.rust-lang.org/2018/07/20/Rust-1.27.2.html"
5-
stable_full_version: "rustc 1.27.2 (58cc626de 2018-07-18)"
6-
beta: "1.28"
7-
beta_date: "2018-08-02"
8-
nightly: "1.29"
2+
stable: "1.28.0"
3+
stable_date: "2018-08-02"
4+
stable_blog: "https://blog.rust-lang.org/2018/08/02/Rust-1.28.html"
5+
stable_full_version: "rustc 1.28.0 (9634041f0 2018-07-30)"
6+
beta: "1.29"
7+
beta_date: "2018-09-13"
8+
nightly: "1.30"
99
channels:
1010
- name: "stable"
11-
vers: "1.27.2"
12-
package: "1.27.2"
11+
vers: "1.28.0"
12+
package: "1.28.0"
1313
- name: "beta"
14-
vers: "1.28"
14+
vers: "1.29"
1515
package: "beta"
1616
- name: "nightly"
17-
vers: "1.29"
17+
vers: "1.30"
1818
package: "nightly"

0 commit comments

Comments
 (0)