Skip to content

Commit 57a5d86

Browse files
committed
Merge branch 'stable' from 1.24.1
2 parents 055b2f3 + a01bd6b commit 57a5d86

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Changelog
22

3+
## [1.24.1] - 2021-04-27
4+
5+
This bugfix release [corrects an oversight][pr#2738] in the code we introduced to check for
6+
unknown proxy names. The original change accidentally omitted the `rustfmt` and
7+
`cargo-fmt` proxies due to a quirk of the fact those proxies were not originally
8+
part of a Rust component.
9+
10+
We're sorry for pain this may have caused.
11+
12+
[pr#2738]: https://github.com/rust-lang/rustup/pull/2738
13+
314
## [1.24.0] - 2021-04-27
415

516
This release is mostly a bugfix and quality of life improvement release. However

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license = "MIT OR Apache-2.0"
99
name = "rustup"
1010
readme = "README.md"
1111
repository = "https://github.com/rust-lang/rustup"
12-
version = "1.24.0"
12+
version = "1.24.1"
1313

1414
[features]
1515
curl-backend = ["download/curl-backend"]

rustup-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUSTUP_UPDATE_ROOT="${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}"
2525
#XXX: If you change anything here, please make the same changes in setup_mode.rs
2626
usage() {
2727
cat 1>&2 <<EOF
28-
rustup-init 1.24.0 (a33760ade 2021-04-27)
28+
rustup-init 1.24.1 (773cbef06 2021-04-27)
2929
The installer for rustup
3030
3131
USAGE:

0 commit comments

Comments
 (0)