Skip to content

Commit 028a3e7

Browse files
committed
backport the 1.58.1 relnotes to master
1 parent 74fbbef commit 028a3e7

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

RELEASES.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Version 1.58.1 (2022-01-19)
2+
===========================
3+
4+
* Fix race condition in `std::fs::remove_dir_all` ([CVE-2022-21658])
5+
* [Handle captured arguments in the `useless_format` Clippy lint][clippy/8295]
6+
* [Move `non_send_fields_in_send_ty` Clippy lint to nursery][clippy/8075]
7+
* [Fix wrong error message displayed when some imports are missing][91254]
8+
* [Fix rustfmt not formatting generated files from stdin][92912]
9+
10+
[CVE-2022-21658]: https://www.cve.org/CVERecord?id=CVE-2022-21658]
11+
[91254]: https://github.com/rust-lang/rust/pull/91254
12+
[92912]: https://github.com/rust-lang/rust/pull/92912
13+
[clippy/8075]: https://github.com/rust-lang/rust-clippy/pull/8075
14+
[clippy/8295]: https://github.com/rust-lang/rust-clippy/pull/8295
15+
116
Version 1.58.0 (2022-01-13)
217
==========================
318

0 commit comments

Comments
 (0)