Cherry-pick 1.94.1 release notes

This also fixes the Cargo rendering bug noted in the pre-release thread.
This commit is contained in:
Mark Rousskov
2026-03-23 22:05:53 -04:00
parent f66622c7ec
commit 3df450f5ae
+14
View File
@@ -1,3 +1,17 @@
Version 1.94.1 (2026-03-26)
===========================
<a id="1.94.1"></a>
* [Fix `std::thread::spawn` on wasm32-wasip1-threads](https://github.com/rust-lang/rust/pull/153634)
* [Remove new methods added to `std::os::windows::fs::OpenOptionsExt`](https://github.com/rust-lang/rust/pull/153491)
The new methods were unstable, but the trait itself is not sealed and so
cannot be extended with non-default methods.
* [Clippy: fix ICE in `match_same_arms`](https://github.com/rust-lang/rust-clippy/pull/16685)
* [Cargo: update tar to 0.4.45](https://github.com/rust-lang/cargo/pull/16769)
This resolves CVE-2026-33055 and CVE-2026-33056. Users of crates.io are not affected.
See [blog](https://blog.rust-lang.org/2026/03/21/cve-2026-33056/) for more details.
Version 1.94.0 (2026-03-05)
==========================