You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASES.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,10 +7,11 @@ Version 1.94.1 (2026-03-26)
7
7
* [Remove new methods added to `std::os::windows::fs::OpenOptionsExt`](https://github.com/rust-lang/rust/pull/153491)
8
8
The new methods were unstable, but the trait itself is not sealed and so
9
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)
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
12
This resolves CVE-2026-33055 and CVE-2026-33056. Users of crates.io are not affected.
13
13
See [blog](https://blog.rust-lang.org/2026/03/21/cve-2026-33056/) for more details.
14
+
* [Cargo: fix certificate validation errors on FreeBSD](https://github.com/rust-lang/cargo/pull/16787)
0 commit comments