Skip to content

Commit 0e2385d

Browse files
authored
Merge pull request #902 from pietroalbini/rust-1.56.1
Rust 1.56.1 release blog post
2 parents 346f34a + 1fd3737 commit 0e2385d

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

posts/2021-11-01-Rust-1.56.1.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
layout: post
3+
title: "Announcing Rust 1.56.1"
4+
author: The Rust Security Response WG
5+
release: true
6+
---
7+
8+
The Rust team has published a new point release of Rust, 1.56.1. Rust is a
9+
programming language that is empowering everyone to build reliable and
10+
efficient software.
11+
12+
If you have a previous version of Rust installed via rustup, getting Rust
13+
1.56.1 is as easy as:
14+
15+
```
16+
rustup update stable
17+
```
18+
19+
If you don't have it already, you can [get `rustup`][rustup] from the
20+
appropriate page on our website.
21+
22+
[rustup]: https://www.rust-lang.org/install.html
23+
24+
## What's in 1.56.1 stable
25+
26+
Rust 1.56.1 introduces two new lints to mitigate the impact of a security
27+
concern recently disclosed, CVE-2021-42574. We recommend all users upgrade
28+
immediately to ensure their codebase is not affected by the security issue.
29+
30+
You can learn more about the security issue in [the advisory][advisory].
31+
32+
[advisory]: https://blog.rust-lang.org/2021/11/01/cve-2021-42574.html

0 commit comments

Comments
 (0)