|
98 | 98 | - `cargo new` generates the correct `.hgignore` aligning semantics with other
|
99 | 99 | VCS ignore files.
|
100 | 100 | [#11855](https://github.com/rust-lang/cargo/pull/11855)
|
| 101 | +- Stopped doing unnecessary fuzzy registry index queries. This significantly |
| 102 | + reduces the amount of HTTP requests to remote registries for crates |
| 103 | + containing `-` or `_` in their names. |
| 104 | + [#11936](https://github.com/rust-lang/cargo/pull/11936) |
| 105 | + [#11937](https://github.com/rust-lang/cargo/pull/11937) |
101 | 106 |
|
102 | 107 | ### Nightly only
|
103 | 108 |
|
|
139 | 144 | [#11927](https://github.com/rust-lang/cargo/pull/11927)
|
140 | 145 | - Consistently use `@` when mentioning pkgid format.
|
141 | 146 | [#11956](https://github.com/rust-lang/cargo/pull/11956)
|
142 |
| -- Stopped using `UncanonicalizedIter` for `QueryKind::Exact`. |
143 |
| - [#11937](https://github.com/rust-lang/cargo/pull/11937) |
144 |
| -- Don't query permutations of the path prefix of a dependency in the registry index. |
145 |
| - [#11936](https://github.com/rust-lang/cargo/pull/11936) |
146 |
| -- Enabled clippy warning on `disallowed_methods` for `std::env::var` and friends. |
147 |
| - [#11828](https://github.com/rust-lang/cargo/pull/11828) |
148 | 147 | - Enhanced Cargo Contributor Guide.
|
149 | 148 | [#11825](https://github.com/rust-lang/cargo/pull/11825)
|
150 | 149 | [#11842](https://github.com/rust-lang/cargo/pull/11842)
|
|
185 | 184 | [#11915](https://github.com/rust-lang/cargo/pull/11915)
|
186 | 185 | - Replaced `std::fs::canonicalize` with a more robust `try_canonicalize`.
|
187 | 186 | [#11866](https://github.com/rust-lang/cargo/pull/11866)
|
| 187 | +- Enabled clippy warning on `disallowed_methods` for `std::env::var` and friends. |
| 188 | + [#11828](https://github.com/rust-lang/cargo/pull/11828) |
188 | 189 |
|
189 | 190 | ## Cargo 1.69 (2023-04-20)
|
190 | 191 | [985d561f...rust-1.69.0](https://github.com/rust-lang/cargo/compare/985d561f...rust-1.69.0)
|
|
0 commit comments