Skip to content

Commit cd79212

Browse files
committed
Auto merge of #11531 - ehuss:multiple-registries-release-notes, r=epage
Add note to release notes about rejecting multiple registries. This adds a note to the changelog about a change in stable behavior as part of the implementation of RFC 3139. cc #11524
2 parents dcfde9c + a7cfdf6 commit cd79212

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@
5353
[#11285](https://github.com/rust-lang/cargo/pull/11285)
5454
- ❗ Cargo now emits an error when running `cargo update --precise` without a `-p` flag.
5555
[#11349](https://github.com/rust-lang/cargo/pull/11349)
56+
- ❗ Cargo now emits an error if there are multiple registries in the configuration with the same index URL.
57+
[#10592](https://github.com/rust-lang/cargo/pull/10592)
5658
- Cargo now is aware of compression ratio when extracing crate files.
5759
This relaxes the hard size limit introduced in 1.64.0 to mitigate zip bomb attack.
5860
[#11337](https://github.com/rust-lang/cargo/pull/11337)

0 commit comments

Comments
 (0)