Skip to content

Commit 368786a

Browse files
Rollup merge of rust-lang#154286 - Mark-Simulacrum:relnotes, r=jieyouxu
Cherry-pick 1.94.1 release notes This also fixes the Cargo rendering bug noted in the pre-release thread (https://internals.rust-lang.org/t/rust-1-94-1-pre-release-testing/24107/2).
2 parents 4ce6fbe + 3df450f commit 368786a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

RELEASES.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Version 1.94.1 (2026-03-26)
2+
===========================
3+
4+
<a id="1.94.1"></a>
5+
6+
* [Fix `std::thread::spawn` on wasm32-wasip1-threads](https://github.com/rust-lang/rust/pull/153634)
7+
* [Remove new methods added to `std::os::windows::fs::OpenOptionsExt`](https://github.com/rust-lang/rust/pull/153491)
8+
The new methods were unstable, but the trait itself is not sealed and so
9+
cannot be extended with non-default methods.
10+
* [Clippy: fix ICE in `match_same_arms`](https://github.com/rust-lang/rust-clippy/pull/16685)
11+
* [Cargo: update tar to 0.4.45](https://github.com/rust-lang/cargo/pull/16769)
12+
This resolves CVE-2026-33055 and CVE-2026-33056. Users of crates.io are not affected.
13+
See [blog](https://blog.rust-lang.org/2026/03/21/cve-2026-33056/) for more details.
14+
115
Version 1.94.0 (2026-03-05)
216
==========================
317

0 commit comments

Comments
 (0)