Skip to content

Commit 24b0f99

Browse files
committed
make the styling of the cargo section similar to the rest
1 parent f062d5a commit 24b0f99

File tree

1 file changed

+10
-16
lines changed

1 file changed

+10
-16
lines changed

RELEASES.md

Lines changed: 10 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,30 +77,24 @@ These APIs are now usable in const contexts:
7777

7878
Cargo
7979
-----
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
8282
[`workspace.package`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-workspacepackage-table)
8383
and
8484
[`workspace.dependencies`](https://doc.rust-lang.org/nightly/cargo/reference/workspaces.html#the-workspacedependencies-table)
8585
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
8988
[`build.target`](https://doc.rust-lang.org/nightly/cargo/reference/config.html#buildtarget)
9089
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
9894
[`--crate-type`](https://doc.rust-lang.org/nightly/cargo/commands/cargo-rustc.html#option-cargo-rustc---crate-type)
9995
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)
10498

10599
Misc
106100
----

0 commit comments

Comments
 (0)