Skip to content

Commit 4ff324f

Browse files
authored
Merge pull request #640 from kinnison/master
posts: Rustup 1.22.1 release
2 parents 66e8cda + dcd04bf commit 4ff324f

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

posts/2020-07-08-Rustup-1.22.1.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
---
2+
layout: post
3+
title: "Announcing Rustup 1.22.1"
4+
author: The Rustup Working Group
5+
---
6+
7+
The rustup working group is happy to announce the release of rustup version 1.22.1. [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.22.0 may be 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, or if the 1.22.0 release of rustup caused you to experience the problem that 1.22.1 fixes, 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.22.1
27+
28+
When updating dependency crates for 1.22.0, a change in behaviour of the `url` crate slipped in which caused `env_proxy` to cease to work with proxy data set in the environment. This is unfortunate since those of you who use `rustup` behind a proxy and have updated to 1.22.0 will now find that rustup may not work properly for you.
29+
30+
If you are affected by this, simply [re-download the installer][install] and run it. It will update your existing installation of Rust with no need to uninstall first.
31+
32+
## Thanks
33+
34+
Thanks to Ivan Nejgebauer who spotted the issue, provided the fix, and made rustup 1.22.1 possible,
35+
and to Ben Chen who provided a fix for our website.
36+

0 commit comments

Comments
 (0)