File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,11 @@ Version 1.94.1 (2026-03-26)
77* [Remove new methods added to `std::os::windows::fs::OpenOptionsExt`](https://github.com/rust-lang/rust/pull/153491)
88 The new methods were unstable, but the trait itself is not sealed and so
99 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)
1212 This resolves CVE-2026-33055 and CVE-2026-33056. Users of crates.io are not affected.
1313 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)
1415
1516Version 1.94.0 (2026-03-05)
1617==========================
You can’t perform that action at this time.
0 commit comments