|
71 | 71 | [#14252](https://github.com/rust-lang/cargo/pull/14252) |
72 | 72 | - Don't warn about unreferenced duplicate packages |
73 | 73 | [#14239](https://github.com/rust-lang/cargo/pull/14239) |
| 74 | +- cargo-publish: Don't strip non-dev features for renamed dependencies from the |
| 75 | + HTTP JSON body sent to the registry. |
| 76 | + The bug only affected third-party registries. |
| 77 | + [#14328](https://github.com/rust-lang/cargo/pull/14328) |
| 78 | +- cargo-vendor: don't copy source files of excluded Cargo targets when vendoring. |
| 79 | + [#14368](https://github.com/rust-lang/cargo/pull/14368) |
74 | 80 |
|
75 | 81 | ### Nightly only |
76 | 82 |
|
|
88 | 94 | [#14028](https://github.com/rust-lang/cargo/pull/14028) |
89 | 95 | - `edition2024`: Address problems with implicit -> explicit feature migration |
90 | 96 | [#14018](https://github.com/rust-lang/cargo/pull/14018) |
91 | | -- `edition2024`: Ensure `dep/feature` feature syntax activates the dependency |
92 | | - [#14221](https://github.com/rust-lang/cargo/pull/14221) |
93 | 97 | - `-Zcargo-lints`: Add `unknown_lints` to lints list. |
94 | 98 | [#14024](https://github.com/rust-lang/cargo/pull/14024) |
95 | 99 | - `-Zcargo-lints`: Add tooling to document lints. |
|
169 | 173 | - test: migrate Cargo testsuite to `snapbox`. |
170 | 174 | For the complete list of migration pull requests, |
171 | 175 | see [#14039](https://github.com/rust-lang/cargo/issues/14039#issuecomment-2158974033) |
| 176 | +- Updated to `gix` 0.64.0 |
| 177 | + [#14431](https://github.com/rust-lang/cargo/pull/14431) |
172 | 178 | - Update dependencies. |
173 | 179 | [#13995](https://github.com/rust-lang/cargo/pull/13995) |
174 | 180 | [#13998](https://github.com/rust-lang/cargo/pull/13998) |
|
0 commit comments