Skip to content

Commit 47143b4

Browse files
authored
Merge pull request #824 from pietroalbini/rustup-revert
Add notice about Rustup 1.24.0 being reverted
2 parents 15d783c + 76bbe73 commit 47143b4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

posts/2021-04-27-Rustup-1.24.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@ title: "Announcing Rustup 1.24.0"
44
author: The Rustup Working Group
55
---
66

7+
> Shortly after publishing the release we got reports of [a regression][2737]
8+
> preventing users from running `rustfmt` and `cargo fmt` after upgrading to
9+
> Rustup 1.24.0. To limit the damage we **reverted** the release to version
10+
> 1.23.1.
11+
>
12+
> If you have been affected by this issue you can revert to version 1.23.1 by
13+
> running the following command:
14+
>
15+
> ```
16+
> rustup self update
17+
> ```
18+
19+
[2737]: https://github.com/rust-lang/rustup/issues/2737
20+
721
The rustup working group is happy to announce the release of rustup version 1.24.0. [Rustup][install] is the recommended tool to install [Rust][rust], a programming language that is empowering everyone to build reliable and efficient software.
822
923
If you have a previous version of rustup installed, getting rustup 1.24.0 is as easy as closing your IDE and running:

0 commit comments

Comments
 (0)