Skip to content

Commit

Permalink
Also mention build.target being an array.
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Aug 12, 2022
1 parent b1f49c9 commit aae4c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
flag to `cargo rustc` to override the crate type.
[#10838](https://github.com/rust-lang/cargo/pull/10838)
- Cargo commands can now accept multiple `--target` flags to build for
multiple targets at once.
multiple targets at once, and the
[`build.target`](https://doc.rust-lang.org/nightly/cargo/reference/config.html#buildtarget)
config option may now take an array of multiple targets.
[#10766](https://github.com/rust-lang/cargo/pull/10766)
- The `--jobs` argument can now take a negative number to count backwards from
the max CPUs.
Expand Down

0 comments on commit aae4c84

Please sign in to comment.