Skip to content

Commit 238fd4c

Browse files
authored
Merge pull request #850 from kinnison/rustup-1.24.3
blog: Rustup-1.24.3 release
2 parents 7a5ec9c + 0714094 commit 238fd4c

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

posts/2021-06-08-Rustup-1.24.3.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
---
2+
layout: post
3+
title: "Announcing Rustup 1.24.3"
4+
author: The Rustup Working Group
5+
---
6+
7+
The rustup working group is happy to announce the release of rustup version 1.24.3. [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.3 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.3
27+
28+
This patch release focusses around resolving some regressions in behaviour in
29+
the 1.24.x series, in either low tier platforms, or unusual situations around
30+
very old toolchains.
31+
32+
Full details are available in the [changelog]!
33+
34+
Rustup's documentation is also available in [the rustup book][book].
35+
36+
[changelog]: https://github.com/rust-lang/rustup/blob/stable/CHANGELOG.md
37+
[book]: https://rust-lang.github.io/rustup/
38+
39+
## Thanks
40+
41+
Thanks again to all the contributors who made rustup 1.24.3 possible!
42+
43+
- Alexander (asv7c2)
44+
- Ian Jackson
45+
- pierwill
46+
- 二手掉包工程师 (hi-rustin)
47+
- Robert Collins
48+
- Daniel Silverstone

0 commit comments

Comments
 (0)