Skip to content

Commit 9e1c2c6

Browse files
authored
Merge pull request #841 from kinnison/announce-rustup-1.24.2
posts: Announce Rustup 1.24.2
2 parents c0ad10f + cd46d62 commit 9e1c2c6

File tree

1 file changed

+60
-0
lines changed

1 file changed

+60
-0
lines changed

posts/2021-05-17-Rustup-1.24.2.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
---
2+
layout: post
3+
title: "Announcing Rustup 1.24.2"
4+
author: The Rustup Working Group
5+
---
6+
7+
The rustup working group is happy to announce the release of rustup version 1.24.2. [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.2 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.2
27+
28+
1.24.2 introduces pooled allocations to prevent memory fragmentation issues on
29+
some platforms with 1.24.x. We're not entirely sure what aspect of the streamed
30+
unpacking logic caused allocator fragmentation, but memory pools are a well
31+
known fix that should solve this for all platforms.
32+
33+
Those who were encountering CI issues with 1.24.1 should find them resolved.
34+
35+
### Other changes
36+
37+
You can check out all the changes to Rustup for 1.24.2 in the [changelog]!
38+
39+
Rustup's documentation is also available in [the rustup book][book].
40+
41+
[changelog]: https://github.com/rust-lang/rustup/blob/stable/CHANGELOG.md
42+
[book]: https://rust-lang.github.io/rustup/
43+
44+
Finally, the Rustup working group are pleased to welcome a new member. Between
45+
1.24.1 and 1.24.2 二手掉包工程师 (hi-rustin) has joined, having already made some
46+
excellent contributions.
47+
48+
## Thanks
49+
50+
Thanks again to all the contributors who made rustup 1.24.2 possible!
51+
52+
- Carol (Nichols || Goulding)
53+
- Daniel Silverstone
54+
- João Marcos Bezerra
55+
- Josh Rotenberg
56+
- Joshua Nelson
57+
- Martijn Gribnau
58+
- pierwill
59+
- Robert Collins
60+
- 二手掉包工程师 (hi-rustin)

0 commit comments

Comments
 (0)