We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcfde9c commit a7cfdf6Copy full SHA for a7cfdf6
CHANGELOG.md
@@ -53,6 +53,8 @@
53
[#11285](https://github.com/rust-lang/cargo/pull/11285)
54
- ❗ Cargo now emits an error when running `cargo update --precise` without a `-p` flag.
55
[#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)
58
- Cargo now is aware of compression ratio when extracing crate files.
59
This relaxes the hard size limit introduced in 1.64.0 to mitigate zip bomb attack.
60
[#11337](https://github.com/rust-lang/cargo/pull/11337)
0 commit comments