Skip to content

Commit 7def305

Browse files
committed
1.31.1 announcement
1 parent 5e430c2 commit 7def305

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

posts/2018-12-20-Rust-1.31.1.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
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>

0 commit comments

Comments
 (0)