diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-03-18 22:24:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-18 22:24:40 +0100 |
| commit | 2ef0df5c3af8d0c12b5bd5d559ad545118bb359b (patch) | |
| tree | 3c1e42c669f3647e9f38dc55ef035cda35847bf1 | |
| parent | 417c5701adba8280ec078c93eaddd105c69fab7d (diff) | |
| parent | 4739948c89fde700275246990ae3436bd2ed967b (diff) | |
| download | rust-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.md | 2 |
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/) |
