Skip to content

Commit 8980966

Browse files
authored
Change some back.
I was too aggressive with #642
1 parent 0d49b1d commit 8980966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.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.
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.
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.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.
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.
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)