about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEd Page <eopage@gmail.com>2023-11-13 08:30:31 -0600
committerEd Page <eopage@gmail.com>2023-11-13 08:30:31 -0600
commit64c0ec65315fe6023d0bc217703c16474d5f12a4 (patch)
tree42cd3d06e853a6ccbd72c7b383cdac76c51237c8
parent40e8a43a425e876c3b3590cf3a0362caa1410fbe (diff)
downloadrust-64c0ec65315fe6023d0bc217703c16474d5f12a4.tar.gz
rust-64c0ec65315fe6023d0bc217703c16474d5f12a4.zip
docs(release): Very rough 'importance' sort
-rw-r--r--RELEASES.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 05f91073d32..6327b1d74fb 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -70,17 +70,17 @@ These APIs are now stable in const contexts:
 Cargo
 -----
 
-- [In `.cargo/config.toml`, merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/)
-- [For `cargo update`, clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/)
-- [For `cargo update`, make `--package` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/)
-- [Add styling to `--help` output](https://github.com/rust-lang/cargo/pull/12578/)
-- [Allow version-prefixes in pkgid's (e.g. `--package` flags) to resolve ambiguities](https://github.com/rust-lang/cargo/pull/12614/)
+- [In `Cargo.toml`, stabilize `[lints]`](https://github.com/rust-lang/cargo/pull/12648/)
 - [Stabilize credential-process and registry-auth](https://github.com/rust-lang/cargo/pull/12649/)
-- [Add '-n' as an alias for `--dry-run`](https://github.com/rust-lang/cargo/pull/12660/)
+- [Stabilize `--keep-going` build flag](https://github.com/rust-lang/cargo/pull/12568/)
+- [Add styling to `--help` output](https://github.com/rust-lang/cargo/pull/12578/)
 - [For `cargo clean`, add `--dry-run` flag and summary line at the end](https://github.com/rust-lang/cargo/pull/12638)
+- [For `cargo update`, make `--package` more convenient by being positional](https://github.com/rust-lang/cargo/pull/12545/)
+- [For `cargo update`, clarify meaning of --aggressive as --recursive](https://github.com/rust-lang/cargo/pull/12544/)
+- [Add '-n' as an alias for `--dry-run`](https://github.com/rust-lang/cargo/pull/12660/)
+- [Allow version-prefixes in pkgid's (e.g. `--package` flags) to resolve ambiguities](https://github.com/rust-lang/cargo/pull/12614/)
+- [In `.cargo/config.toml`, merge lists in precedence order](https://github.com/rust-lang/cargo/pull/12515/)
 - [Add support for `target.'cfg(..)'.linker`](https://github.com/rust-lang/cargo/pull/12535/)
-- [Stabilize `--keep-going` build flag](https://github.com/rust-lang/cargo/pull/12568/)
-- [In `Cargo.toml`, stabilize `[lints]`](https://github.com/rust-lang/cargo/pull/12648/)
 
 <a id="1.74.0-Rustdoc"></a>