We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33d490a commit 8327548Copy full SHA for 8327548
_config.yml
@@ -1 +1,18 @@
1
name: The Rust Programming Language
2
+stable: "1.30.1"
3
+stable_date: "2018-11-08"
4
+stable_blog: "https://blog.rust-lang.org/2018/11/08/Rust-1.30.1.html"
5
+stable_full_version: "rustc 1.30.1 (1433507eb 2018-11-07)"
6
+beta: "1.31"
7
+beta_date: "2018-12-06"
8
+nightly: "1.32"
9
+channels:
10
+ - name: "stable"
11
+ vers: "1.30.1"
12
+ package: "1.30.1"
13
+ - name: "beta"
14
+ vers: "1.31"
15
+ package: "beta"
16
+ - name: "nightly"
17
+ vers: "1.32"
18
+ package: "nightly"
0 commit comments