|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "Announcing Rustup 1.27.1" |
| 4 | +author: The Rustup Team |
| 5 | +--- |
| 6 | + |
| 7 | +The Rustup team is happy to announce the release of Rustup version 1.27.1. |
| 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.1 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.1 |
| 28 | + |
| 29 | +This new Rustup release involves some minor bug fixes. |
| 30 | + |
| 31 | +The headlines for this release are: |
| 32 | + |
| 33 | +1. Prebuilt Rustup binaries should be working on older macOS versions again. |
| 34 | +2. `rustup-init` will no longer fail when `fish` is installed but `~/.config/fish/conf.d` hasn't been created. |
| 35 | +3. Regressions regarding symlinked `RUSTUP_HOME/(toolchains|downloads|tmp)` have been addressed. |
| 36 | + |
| 37 | +Full details are available 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 | +## Thanks |
| 45 | + |
| 46 | +Thanks again to all the contributors who made Rustup 1.27.1 possible! |
| 47 | + |
| 48 | +- Anas (0x61nas) |
| 49 | +- cuiyourong (cuiyourong) |
| 50 | +- Dirkjan Ochtman (djc) |
| 51 | +- Eric Huss (ehuss) |
| 52 | +- eth3lbert (eth3lbert) |
| 53 | +- hev (heiher) |
| 54 | +- klensy (klensy) |
| 55 | +- Chih Wang (ongchi) |
| 56 | +- Adam (pie-flavor) |
| 57 | +- rami3l (rami3l) |
| 58 | +- Robert (rben01) |
| 59 | +- Robert Collins (rbtcollins) |
| 60 | +- Sun Bin (shandongbinzhou) |
| 61 | +- Samuel Moelius (smoelius) |
| 62 | +- vpochapuis (vpochapuis) |
| 63 | +- Renovate Bot (renovate) |
| 64 | + |
0 commit comments