about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-03-18 22:24:40 +0100
committerGitHub <noreply@github.com>2024-03-18 22:24:40 +0100
commit2ef0df5c3af8d0c12b5bd5d559ad545118bb359b (patch)
tree3c1e42c669f3647e9f38dc55ef035cda35847bf1
parent417c5701adba8280ec078c93eaddd105c69fab7d (diff)
parent4739948c89fde700275246990ae3436bd2ed967b (diff)
downloadrust-2ef0df5c3af8d0c12b5bd5d559ad545118bb359b.tar.gz
rust-2ef0df5c3af8d0c12b5bd5d559ad545118bb359b.zip
Rollup merge of #122699 - cuviper:relnotes-1.77.0-as, r=ehuss
Fix a typo in the 1.77.0 relnotes
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 3f7814d184c..922afdd3e18 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -82,7 +82,7 @@ Cargo
 
 - [Extend the build directive syntax with `cargo::`.](https://github.com/rust-lang/cargo/pull/12201/)
 - [Stabilize metadata `id` format as `PackageIDSpec`.](https://github.com/rust-lang/cargo/pull/12914/)
-- [Pull out as `cargo-util-schemas` as a crate.](https://github.com/rust-lang/cargo/pull/13178/)
+- [Pull out `cargo-util-schemas` as a crate.](https://github.com/rust-lang/cargo/pull/13178/)
 - [Strip all debuginfo when debuginfo is not requested.](https://github.com/rust-lang/cargo/pull/13257/)
 - [Inherit jobserver from env for all kinds of runners.](https://github.com/rust-lang/cargo/pull/12776/)
 - [Deprecate rustc plugin support in cargo.](https://github.com/rust-lang/cargo/pull/13248/)