Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@

### Nightly only
- `build-std` now uses `--extern` instead of `--sysroot` to find sysroot
pacakges.
packages.
[#7699](https://github.com/rust-lang/cargo/pull/7699)
- Added `--config` command-line option to set config settings.
[#7649](https://github.com/rust-lang/cargo/pull/7649)
Expand Down Expand Up @@ -1131,7 +1131,7 @@
[#5984](https://github.com/rust-lang/cargo/pull/5984)
[#5989](https://github.com/rust-lang/cargo/pull/5989)
- Added support for `target.'cfg(…)'.runner` config value to specify the
run/test/bench runner for config-expressioned targets.
run/test/bench runner for targets that use config expressions.
[#5959](https://github.com/rust-lang/cargo/pull/5959)

### Changed
Expand Down