@@ -77,30 +77,24 @@ These APIs are now usable in const contexts:
77
77
78
78
Cargo
79
79
-----
80
- - Packages can now inherit settings from the workspace so that the settings
81
- can be centralized in one place. See
80
+ - [ Packages can now inherit settings from the workspace so that the settings
81
+ can be centralized in one place.](https://github.com/rust-lang/cargo/pull/10859) See
82
82
[`workspace.package`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-workspacepackage-table)
83
83
and
84
84
[`workspace.dependencies`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-workspacedependencies-table)
85
85
for more details on how to define these common settings.
86
- [#10859](https://github.com/rust-lang/cargo/pull/10859)
87
- - Cargo commands can now accept multiple `--target` flags to build for
88
- multiple targets at once, and the
86
+ - [Cargo commands can now accept multiple `--target` flags to build for
87
+ multiple targets at once](https://github.com/rust-lang/cargo/pull/10766), and the
89
88
[`build.target`](https://doc.rust-lang.org/nightly/cargo/reference/config.html#buildtarget)
90
89
config option may now take an array of multiple targets.
91
- [#10766](https://github.com/rust-lang/cargo/pull/10766)
92
- - The `--jobs` argument can now take a negative number to count backwards from
93
- the max CPUs.
94
- [#10844](https://github.com/rust-lang/cargo/pull/10844)
95
- - `cargo add` will now update `Cargo.lock`.
96
- [#10902](https://github.com/rust-lang/cargo/pull/10902)
97
- - Added the
90
+ - [The `--jobs` argument can now take a negative number to count backwards from
91
+ the max CPUs.](https://github.com/rust-lang/cargo/pull/10844)
92
+ - [`cargo add` will now update `Cargo.lock`.](https://github.com/rust-lang/cargo/pull/10902)
93
+ - [Added](https://github.com/rust-lang/cargo/pull/10838) the
98
94
[`--crate-type`](https://doc.rust-lang.org/nightly/cargo/commands/cargo-rustc.html#option-cargo-rustc---crate-type)
99
95
flag to `cargo rustc` to override the crate type.
100
- [#10838](https://github.com/rust-lang/cargo/pull/10838)
101
- - Significantly improved the performance fetching git dependencies from GitHub
102
- when using a hash in the `rev` field.
103
- [#10079](https://github.com/rust-lang/cargo/pull/10079)
96
+ - [Significantly improved the performance fetching git dependencies from GitHub
97
+ when using a hash in the `rev` field.](https://github.com/rust-lang/cargo/pull/10079)
104
98
105
99
Misc
106
100
----
0 commit comments