Skip to content

Add notice about Rustup 1.24.0 being reverted #824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 27, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions posts/2021-04-27-Rustup-1.24.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ title: "Announcing Rustup 1.24.0"
author: The Rustup Working Group
---

> Shortly after publishing the release we got reports of [a regression][2737]
> preventing users from running `rustfmt` and `cargo fmt` after upgrading to
> Rustup 1.24.0. To limit the damage we **reverted** the release to version
> 1.23.1.
>
> If you have been affected by this issue you can revert to version 1.23.1 by
> running the following command:
>
> ```
> rustup self update
> ```

[2737]: https://github.com/rust-lang/rustup/issues/2737

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.

If you have a previous version of rustup installed, getting rustup 1.24.0 is as easy as closing your IDE and running:
Expand Down