mirror of
https://git.proxmox.com/git/cargo
synced 2025-04-28 16:19:09 +00:00
Also mention build.target
being an array.
This commit is contained in:
parent
b1f49c9737
commit
aae4c84a09
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user