Skip to content

Commit 4401331

Browse files
Include 1.17.1 release notes too
1 parent 7cc7c5f commit 4401331

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

RELEASES.md

+10
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,16 @@ Compatibility Notes
103103
to a registry.
104104
[#12291](https://github.com/rust-lang/cargo/pull/12291)
105105

106+
Version 1.71.1 (2023-08-03)
107+
===========================
108+
109+
- [Fix CVE-2023-38497: Cargo did not respect the umask when extracting dependencies](https://github.com/rust-lang/cargo/security/advisories/GHSA-j3xp-wfr4-hx87)
110+
- [Fix bash completion for users of Rustup](https://github.com/rust-lang/rust/pull/113579)
111+
- [Do not show `suspicious_double_ref_op` lint when calling `borrow()`](https://github.com/rust-lang/rust/pull/112517)
112+
- [Fix ICE: substitute types before checking inlining compatibility](https://github.com/rust-lang/rust/pull/113802)
113+
- [Fix ICE: don't use `can_eq` in `derive(..)` suggestion for missing method](https://github.com/rust-lang/rust/pull/111516)
114+
- [Fix building Rust 1.71.0 from the source tarball](https://github.com/rust-lang/rust/issues/113678)
115+
106116
Version 1.71.0 (2023-07-13)
107117
==========================
108118

0 commit comments

Comments
 (0)