|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Announcing Rustup 1.27.0" |
| 4 | +author: The Rustup Working Group |
| 5 | +--- |
| 6 | + |
| 7 | +The rustup working group is happy to announce the release of rustup version 1.27.0. |
| 8 | +[Rustup][install] is the recommended tool to install [Rust][rust], a programming language that is empowering everyone to build reliable and efficient software. |
| 9 | + |
| 10 | +If you have a previous version of rustup installed, getting rustup 1.27.0 is as easy as stopping any programs which may be using Rustup (e.g. closing your IDE) and running: |
| 11 | + |
| 12 | +```console |
| 13 | +$ rustup self update |
| 14 | +``` |
| 15 | + |
| 16 | +Rustup will also automatically update itself at the end of a normal toolchain update: |
| 17 | + |
| 18 | +```console |
| 19 | +$ rustup update |
| 20 | +``` |
| 21 | + |
| 22 | +If you don't have it already, you can [get rustup][install] from the appropriate page on our website. |
| 23 | + |
| 24 | +[rust]: https://www.rust-lang.org |
| 25 | +[install]: https://rustup.rs |
| 26 | + |
| 27 | +## What's new in rustup 1.27.0 |
| 28 | + |
| 29 | +This long-awaited Rustup release has gathered all the new features and fixes since April 2023. These changes include improvements in Rustup's maintainability, user experience, compatibility and documentation quality. |
| 30 | + |
| 31 | +Also, it's worth mentioning that Dirkjan Ochtman (djc) and rami3l (rami3l) have joined the team and are coordinating this new release. |
| 32 | + |
| 33 | +At the same time, we have granted Daniel Silverstone (kinnison) and 二手掉包工程师 (hi-rustin) their well-deserved alumni status in this release cycle. |
| 34 | +Kudos for your contributions over the years and your continuous guidance on maintaining the project! |
| 35 | + |
| 36 | +The headlines for this release are: |
| 37 | + |
| 38 | +1. Basic support for fish shell has been added. |
| 39 | + If you're using `fish`, PATH configs for your Rustup installation will be added automatically from now on. |
| 40 | + |
| 41 | + _Please note that this will only take effect on installation, |
| 42 | + so you will need to rerun `rustup-init` if you already have installed Rustup on your machine._ |
| 43 | + |
| 44 | +2. Support for the `loongarch64-unknown-linux-gnu` host platform has been added. |
| 45 | + This means you should be able to install Rustup simply by following [rustup.rs][install]'s instructions and no longer have to rely on [loongnix.cn] or self-compiled installations. |
| 46 | + |
| 47 | + |
| 48 | +Full details are available in the [changelog]! |
| 49 | + |
| 50 | +Rustup's documentation is also available in [the rustup book][book]. |
| 51 | + |
| 52 | +[changelog]: https://github.com/rust-lang/rustup/blob/stable/CHANGELOG.md |
| 53 | +[book]: https://rust-lang.github.io/rustup/ |
| 54 | +[loongnix.cn]: https://rust-lang.loongnix.cn |
| 55 | + |
| 56 | +## Thanks |
| 57 | + |
| 58 | +Thanks again to all the contributors who made rustup 1.27.0 possible! |
| 59 | + |
| 60 | +- Anthony Perkins (acperkins) |
| 61 | +- Tianqi (airstone42) |
| 62 | +- Alex Gaynor (alex) |
| 63 | +- Alex Hudspith (alexhudspith) |
| 64 | +- Alan Somers (asomers) |
| 65 | +- Brett (brettearle) |
| 66 | +- Burak Emir (burakemir) |
| 67 | +- Chris Denton (ChrisDenton) |
| 68 | +- cui fliter (cuishuang) |
| 69 | +- Dirkjan Ochtman (djc) |
| 70 | +- Dezhi Wu (dzvon) |
| 71 | +- Eric Swanson (ericswanson-dfinity) |
| 72 | +- Prikshit Gautam (gautamprikshit1) |
| 73 | +- hev (heiher) |
| 74 | +- 二手掉包工程师 (hi-rustin) |
| 75 | +- Kamila Borowska (KamilaBorowska) |
| 76 | +- klensy (klensy) |
| 77 | +- Jakub Beránek (Kobzol) |
| 78 | +- Kornel (kornelski) |
| 79 | +- Matt Harding (majaha) |
| 80 | +- Mathias Brossard (mbrossard) |
| 81 | +- Christian Thackston (nan60) |
| 82 | +- Ruohui Wang (noirgif) |
| 83 | +- Olivier Lemasle (olivierlemasle) |
| 84 | +- Chih Wang (ongchi) |
| 85 | +- Pavel Roskin (proski) |
| 86 | +- rami3l (rami3l) |
| 87 | +- Robert Collins (rbtcollins) |
| 88 | +- Sandesh Pyakurel (Sandesh-Pyakurel) |
| 89 | +- Waffle Maybe (WaffleLapkin) |
| 90 | +- Jubilee (workingjubilee) |
| 91 | +- WÁNG Xuěruì (xen0n) |
| 92 | +- Yerkebulan Tulibergenov (yerke) |
| 93 | +- Renovate Bot (renovate) |
0 commit comments