Rollup merge of #111621 - ehuss:relnotes-1.58.1-date, r=Mark-Simulacrum

Fix release date of 1.58.1 in release notes.

This fixes the release notes to have the correct release date for 1.58.1. The [blog announcement](https://blog.rust-lang.org/2022/01/20/Rust-1.58.1.html) has the correct date and link (which is otherwise broken without this change).

Closes #94278
This commit is contained in:
Nilstrieb 2023-05-16 11:39:42 +02:00 committed by GitHub
commit 5c0b8f164e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1481,7 +1481,7 @@ and related tools.
[is_power_of_two_usize]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroUsize.html#method.is_power_of_two [is_power_of_two_usize]: https://doc.rust-lang.org/stable/core/num/struct.NonZeroUsize.html#method.is_power_of_two
[stdarch/1266]: https://github.com/rust-lang/stdarch/pull/1266 [stdarch/1266]: https://github.com/rust-lang/stdarch/pull/1266
Version 1.58.1 (2022-01-19) Version 1.58.1 (2022-01-20)
=========================== ===========================
* Fix race condition in `std::fs::remove_dir_all` ([CVE-2022-21658]) * Fix race condition in `std::fs::remove_dir_all` ([CVE-2022-21658])