Skip to content

Commit ac02444

Browse files
Merge pull request #1059 from rust-lang/pa-1.66.1
Add release post for 1.66.1
2 parents 076de20 + 11f70c1 commit ac02444

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

posts/2023-01-10-Rust-1.66.1.md

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

0 commit comments

Comments
 (0)