Skip to content

Replace some 1.22.0s with 1.22.1s #642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions posts/2020-07-08-Rustup-1.22.1.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ author: The Rustup Working Group

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.

If you have a previous version of rustup installed, getting rustup 1.22.0 may be as easy as closing your IDE and running:
If you have a previous version of rustup installed, getting rustup 1.22.1 may be as easy as closing your IDE and running:

```
rustup self update
Expand All @@ -18,14 +18,14 @@ Rustup will also automatically update itself at the end of a normal toolchain up
rustup update
```

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.
If you don't have it already, or if the 1.22.1 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.

[rust]: https://www.rust-lang.org
[install]: https://rustup.rs

## What's new in rustup 1.22.1

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.
When updating dependency crates for 1.22.1, 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.1 will now find that rustup may not work properly for you.

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.

Expand Down