File tree 1 file changed +20
-1
lines changed
1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## [ 1.25.0] - UNRELEASED
3
+ ## [ 1.25.1] - 2022-07-12
4
+
5
+ This version of Rustup reverts a single PR from 1.25.1 and tidies a couple of internal
6
+ bits of code.
7
+
8
+ In brief, it turns out that our optimisation for ` RUSTC ` and ` RUSTDOC ` cause problems
9
+ with some tooling which runs under one ` cargo ` invocation, but expects to invoke either
10
+ ` cargo ` or ` rustc ` without resetting the environment completely. As such, some particularly
11
+ confusing error messages ensued, and we decided to revert this one optimisation while we
12
+ wait to correct things in a future release.
13
+
14
+ Thanks go to:
15
+
16
+ - Joshua Nelson
17
+ - Manish Goregaokar
18
+ - Robert Collins
19
+
20
+ [ 1.25.1 ] : https://github.com/rust-lang/rustup/release/tag/1.25.1
21
+
22
+ ## [ 1.25.0] - 2022-07-11
4
23
5
24
This version of Rustup involves a significant number of internal cleanups, both in terms
6
25
of the Rustup code and its documentation. In addition to a lot of work on the codebase
You can’t perform that action at this time.
0 commit comments