Skip to content

Commit 0d49b1d

Browse files
authored
Merge pull request #642 from rust-lang/steveklabnik-patch-1
Replace some 1.22.0s with 1.22.1s
2 parents 4ff324f + 55f9da2 commit 0d49b1d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: The Rustup Working Group
66

77
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.
88

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:
9+
If you have a previous version of rustup installed, getting rustup 1.22.1 may be as easy as closing your IDE and running:
1010

1111
```
1212
rustup self update
@@ -18,14 +18,14 @@ Rustup will also automatically update itself at the end of a normal toolchain up
1818
rustup update
1919
```
2020

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.
21+
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.
2222

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

2626
## What's new in rustup 1.22.1
2727

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.
28+
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.
2929

3030
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.
3131

0 commit comments

Comments
 (0)