File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ layout : post
3
+ title : " Announcing Rust 1.66.1"
4
+ author : The Rust Release Team
5
+ release : true
6
+ ---
7
+
8
+ The Rust team has published a new point release of Rust, 1.66.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, you can get 1.66.1 with:
13
+
14
+ ```
15
+ rustup update stable
16
+ ```
17
+
18
+ If you don't have it already, you can [ get ` rustup ` ] [ install ]
19
+ from the appropriate page on our website, and check out the
20
+ [ detailed release notes for 1.66.1] [ notes ] on GitHub.
21
+
22
+ [ install ] : https://www.rust-lang.org/install.html
23
+ [ notes ] : https://github.com/rust-lang/rust/blob/stable/RELEASES.md#version-1661-2023-01-10
24
+
25
+ ## What's in 1.66.1 stable
26
+
27
+ Rust 1.66.1 fixes Cargo not verifying SSH host keys when cloning dependencies
28
+ or registry indexes with SSH. This security vulnerability is tracked as
29
+ [ CVE-2022 -46176] , and you [ can find more details in the advisory] [ advisory ] .
30
+
31
+ [ CVE-2022-46176 ] : https://www.cve.org/CVERecord?id=CVE-2022-46176
32
+ [ advisory ] : https://blog.rust-lang.org/2023/01/10/cve-2022-46176.html
33
+
34
+ ### Contributors to 1.66.1
35
+
36
+ Many people came together to create Rust 1.66.1. We couldn't have done it
37
+ without all of you. [ Thanks!] ( https://thanks.rust-lang.org/rust/1.66.1/ )
You can’t perform that action at this time.
0 commit comments