|
| 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 | +The primary change in 1.24.2 is further refinement of the work we have been doing |
| 29 | +to reduce the memory footprint of Rustup's toolchain installation mechanism. Some |
| 30 | +users encountered problems with the design of our streamed unpacking mechanism which |
| 31 | +was introduced in 1.24.0 and refined in 1.24.1. To account for quirks in some unusual |
| 32 | +combinations of platform and system allocator, we have further refined this mechanism |
| 33 | +in 1.24.2. Those who were encountering CI issues with 1.24.1 should find that 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