Skip to content

Commit 80f1444

Browse files
authored
Merge pull request #827 from kinnison/rustup-1.24.1
rustup: Announce 1.24.1
2 parents b42b9df + 11aebf4 commit 80f1444

File tree

1 file changed

+78
-0
lines changed

1 file changed

+78
-0
lines changed

posts/2021-04-29-Rustup-1.24.1.md

+78
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,78 @@
1+
---
2+
layout: post
3+
title: "Announcing Rustup 1.24.1"
4+
author: The Rustup Working Group
5+
---
6+
7+
The rustup working group is happy to announce the release of rustup version 1.24.1. [Rustup][install] is the recommended tool to install [Rust][rust], a programming language that is empowering everyone to build reliable and efficient software.
8+
9+
If you have a previous version of rustup installed, getting rustup 1.24.1 is as easy as closing your IDE and running:
10+
11+
```
12+
rustup self update
13+
```
14+
15+
Rustup will also automatically update itself at the end of a normal toolchain update:
16+
17+
```
18+
rustup update
19+
```
20+
21+
If you don't have it already, you can [get rustup][install] from the appropriate page on our website.
22+
23+
[rust]: https://www.rust-lang.org
24+
[install]: https://rustup.rs
25+
26+
## What's new in rustup 1.24.1
27+
28+
Firstly, if you have not read the [previous announcement][1.24.0] then in brief, 1.24
29+
introduces better support for low memory systems, installs itself into the Add/Remove programs
30+
list on Windows, and now supports using `rust-toolchain.toml` files.
31+
32+
[1.24.0]: https://blog.rust-lang.org/2021/04/27/Rustup-1.24.0.html
33+
34+
Shortly after publishing the 1.24.0 release of Rustup, we got reports of [a regression][2737]
35+
preventing users from running `rustfmt` and `cargo fmt` after upgrading to
36+
Rustup 1.24.0. To limit the damage we **reverted** the release to version
37+
1.23.1. The only substantive change between 1.24.0 and 1.24.1 is to correct this regression.
38+
39+
[2737]: https://github.com/rust-lang/rustup/issues/2737
40+
41+
### Other changes
42+
43+
You can check out all the changes to Rustup for 1.24.0 and 1.24.1 in the [changelog]!
44+
45+
Rustup's documentation is also available in [the rustup book][book].
46+
47+
[changelog]: https://github.com/rust-lang/rustup/blob/stable/CHANGELOG.md
48+
[book]: https://rust-lang.github.io/rustup/
49+
50+
## Thanks
51+
52+
Thanks again to all the contributors who made rustup 1.24.0 and 1.24.1 possible!
53+
54+
- Alex Chan
55+
- Aloïs Micard
56+
- Andrew Norton
57+
- Avery Harnish
58+
- chansuke
59+
- Daniel Alley
60+
- Daniel Silverstone
61+
- Eduard Miller
62+
- Eric Huss
63+
- est31
64+
- Gareth Hubball
65+
- Gurkenglas
66+
- Jakub Stasiak
67+
- Joshua Nelson
68+
- Jubilee (workingjubilee)
69+
- kellda
70+
- Michael Cooper
71+
- Philipp Oppermann
72+
- Robert Collins
73+
- SHA Miao
74+
- skim (sl4m)
75+
- Tudor Brindus
76+
- Vasili (3point2)
77+
- наб (nabijaczleweli)
78+
- 二手掉包工程师 (hi-rustin)

0 commit comments

Comments
 (0)