Skip to content

Commit aae4c84

Browse files
committed
Also mention build.target being an array.
1 parent b1f49c9 commit aae4c84

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@
3333
flag to `cargo rustc` to override the crate type.
3434
[#10838](https://github.com/rust-lang/cargo/pull/10838)
3535
- Cargo commands can now accept multiple `--target` flags to build for
36-
multiple targets at once.
36+
multiple targets at once, and the
37+
[`build.target`](https://doc.rust-lang.org/nightly/cargo/reference/config.html#buildtarget)
38+
config option may now take an array of multiple targets.
3739
[#10766](https://github.com/rust-lang/cargo/pull/10766)
3840
- The `--jobs` argument can now take a negative number to count backwards from
3941
the max CPUs.

0 commit comments

Comments
 (0)