Skip to content

Commit

Permalink
changelog: move backported PRs to corresponding versions
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Feb 4, 2024
1 parent ed34dd8 commit b14c5fe
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,6 @@

### Fixed

- Accept `?` in the `--package` flag if it's a valid pkgid spec.
[#13315](https://github.com/rust-lang/cargo/pull/13315)
- jobserver: inherit jobserver from env for all kinds of runner
[#12776](https://github.com/rust-lang/cargo/pull/12776)
- build script: Set `OUT_DIR` for all units with build scripts
Expand Down Expand Up @@ -187,8 +185,6 @@
[#13267](https://github.com/rust-lang/cargo/pull/13267)
- Updated to `gix` 0.57.1.
[#13230](https://github.com/rust-lang/cargo/pull/13230)
- Updated to `tracing` 0.1.37 for being be compatible with rustc_log.
[#13239](https://github.com/rust-lang/cargo/pull/13239)
- cargo-fix: Remove error-format special-case in `cargo fix`
[#13224](https://github.com/rust-lang/cargo/pull/13224)
- cargo-credential: bump to 0.4.3
Expand Down Expand Up @@ -274,6 +270,9 @@
[#12975](https://github.com/rust-lang/cargo/pull/12975)
- Avoid writing CACHEDIR.TAG if it already exists.
[#13132](https://github.com/rust-lang/cargo/pull/13132)
- Accept `?` in the `--package` flag if it's a valid pkgid spec.
[#13315](https://github.com/rust-lang/cargo/pull/13315)
[#13318](https://github.com/rust-lang/cargo/pull/13318)
- cargo-package: Only filter out `target` directory if it's in the package root.
[#12944](https://github.com/rust-lang/cargo/pull/12944)
- cargo-package: errors out when a build script doesn't exist or is outside the package root.
Expand Down Expand Up @@ -366,6 +365,9 @@
[#13088](https://github.com/rust-lang/cargo/pull/13088)
- Updated to `windows-sys` 0.52.0.
[#13089](https://github.com/rust-lang/cargo/pull/13089)
- Updated to `tracing` 0.1.37 for being be compatible with rustc_log.
[#13239](https://github.com/rust-lang/cargo/pull/13239)
[#13242](https://github.com/rust-lang/cargo/pull/13242)
- Re-enable flaky gitoxide auth tests thanks to update to `gix-config`.
[#13117](https://github.com/rust-lang/cargo/pull/13117)
[#13129](https://github.com/rust-lang/cargo/pull/13129)
Expand Down

0 comments on commit b14c5fe

Please sign in to comment.