File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : " Announcing Rust 1.31.1"
4
+ author : The Rust Release Team
5
+ ---
6
+
7
+ The Rust team is happy to announce a new version of Rust, 1.31.1. Rust is a
8
+ systems programming language focused on safety, speed, and concurrency.
9
+
10
+ If you have a previous version of Rust installed via rustup, getting Rust
11
+ 1.31.1 is as easy as:
12
+
13
+ ```
14
+ $ rustup update stable
15
+ ```
16
+
17
+ If you don't have it already, you can [ get ` rustup ` ] [ install ] from the
18
+ appropriate page on our website, and check out the [ detailed release notes for
19
+ 1.31.1] [ notes ] on GitHub.
20
+
21
+ [ install ] : https://www.rust-lang.org/install.html
22
+ [ notes ] : https://github.com/rust-lang/rust/blob/master/RELEASES.md#version-1311-2018-12-20
23
+
24
+ ## What's in 1.31.1 stable
25
+
26
+ This patch release fixes a build failure on on ` powerpc-unknown-netbsd ` by
27
+ way of [ an update to the ` libc `
28
+ crate] ( https://github.com/rust-lang/rust/pull/56562 ) .
29
+
30
+ Additionally, the Rust Language Server was updated to fix two critical bugs:
31
+
32
+ * < https://github.com/rust-lang/rls/issues/1171 >
33
+ * < https://github.com/rust-lang/rls/pull/1170 >
You can’t perform that action at this time.
0 commit comments