You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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].
0 commit comments