|
97 | 97 |
|
98 | 98 | ### Fixed |
99 | 99 |
|
100 | | -- Accept `?` in the `--package` flag if it's a valid pkgid spec. |
101 | | - [#13315](https://github.com/rust-lang/cargo/pull/13315) |
102 | 100 | - jobserver: inherit jobserver from env for all kinds of runner |
103 | 101 | [#12776](https://github.com/rust-lang/cargo/pull/12776) |
104 | 102 | - build script: Set `OUT_DIR` for all units with build scripts |
|
187 | 185 | [#13267](https://github.com/rust-lang/cargo/pull/13267) |
188 | 186 | - Updated to `gix` 0.57.1. |
189 | 187 | [#13230](https://github.com/rust-lang/cargo/pull/13230) |
190 | | -- Updated to `tracing` 0.1.37 for being be compatible with rustc_log. |
191 | | - [#13239](https://github.com/rust-lang/cargo/pull/13239) |
192 | 188 | - cargo-fix: Remove error-format special-case in `cargo fix` |
193 | 189 | [#13224](https://github.com/rust-lang/cargo/pull/13224) |
194 | 190 | - cargo-credential: bump to 0.4.3 |
|
274 | 270 | [#12975](https://github.com/rust-lang/cargo/pull/12975) |
275 | 271 | - Avoid writing CACHEDIR.TAG if it already exists. |
276 | 272 | [#13132](https://github.com/rust-lang/cargo/pull/13132) |
| 273 | +- Accept `?` in the `--package` flag if it's a valid pkgid spec. |
| 274 | + [#13315](https://github.com/rust-lang/cargo/pull/13315) |
| 275 | + [#13318](https://github.com/rust-lang/cargo/pull/13318) |
277 | 276 | - cargo-package: Only filter out `target` directory if it's in the package root. |
278 | 277 | [#12944](https://github.com/rust-lang/cargo/pull/12944) |
279 | 278 | - cargo-package: errors out when a build script doesn't exist or is outside the package root. |
|
366 | 365 | [#13088](https://github.com/rust-lang/cargo/pull/13088) |
367 | 366 | - Updated to `windows-sys` 0.52.0. |
368 | 367 | [#13089](https://github.com/rust-lang/cargo/pull/13089) |
| 368 | +- Updated to `tracing` 0.1.37 for being be compatible with rustc_log. |
| 369 | + [#13239](https://github.com/rust-lang/cargo/pull/13239) |
| 370 | + [#13242](https://github.com/rust-lang/cargo/pull/13242) |
369 | 371 | - Re-enable flaky gitoxide auth tests thanks to update to `gix-config`. |
370 | 372 | [#13117](https://github.com/rust-lang/cargo/pull/13117) |
371 | 373 | [#13129](https://github.com/rust-lang/cargo/pull/13129) |
|
0 commit comments