We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc3d33 commit a01bd6bCopy full SHA for a01bd6b
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# Changelog
2
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
14
## [1.24.0] - 2021-04-27
15
16
This release is mostly a bugfix and quality of life improvement release. However
0 commit comments