File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments