changelog: add 1.71 backport fix for libcurl

This commit is contained in:
Weihang Lo 2023-06-12 20:23:52 +01:00
parent 18a28a1c6a
commit f516436f85
No known key found for this signature in database
GPG Key ID: D7DBF189825E82E7

View File

@ -121,6 +121,11 @@
- Warn instead of error in `cargo package` on empty `readme` or `license-file`
in Cargo.toml.
[#12036](https://github.com/rust-lang/cargo/pull/12036)
- Fixed when an HTTP proxy is in use and the Cargo executable links to a
certain version of system libcurl, CURL connections might fail. Affected
libcurl versions: 7.87.0, 7.88.0, 7.88.1.
[#12234](https://github.com/rust-lang/cargo/pull/12234)
[#12242](https://github.com/rust-lang/cargo/pull/12242)
### Nightly only