Skip to content

Commit b14c5fe

Browse files
committed
changelog: move backported PRs to corresponding versions
1 parent ed34dd8 commit b14c5fe

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@
9797

9898
### Fixed
9999

100-
- Accept `?` in the `--package` flag if it's a valid pkgid spec.
101-
[#13315](https://github.com/rust-lang/cargo/pull/13315)
102100
- jobserver: inherit jobserver from env for all kinds of runner
103101
[#12776](https://github.com/rust-lang/cargo/pull/12776)
104102
- build script: Set `OUT_DIR` for all units with build scripts
@@ -187,8 +185,6 @@
187185
[#13267](https://github.com/rust-lang/cargo/pull/13267)
188186
- Updated to `gix` 0.57.1.
189187
[#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)
192188
- cargo-fix: Remove error-format special-case in `cargo fix`
193189
[#13224](https://github.com/rust-lang/cargo/pull/13224)
194190
- cargo-credential: bump to 0.4.3
@@ -274,6 +270,9 @@
274270
[#12975](https://github.com/rust-lang/cargo/pull/12975)
275271
- Avoid writing CACHEDIR.TAG if it already exists.
276272
[#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)
277276
- cargo-package: Only filter out `target` directory if it's in the package root.
278277
[#12944](https://github.com/rust-lang/cargo/pull/12944)
279278
- cargo-package: errors out when a build script doesn't exist or is outside the package root.
@@ -366,6 +365,9 @@
366365
[#13088](https://github.com/rust-lang/cargo/pull/13088)
367366
- Updated to `windows-sys` 0.52.0.
368367
[#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)
369371
- Re-enable flaky gitoxide auth tests thanks to update to `gix-config`.
370372
[#13117](https://github.com/rust-lang/cargo/pull/13117)
371373
[#13129](https://github.com/rust-lang/cargo/pull/13129)

0 commit comments

Comments
 (0)