Skip to content

Commit 96efa0a

Browse files
committed
(changelog): Add 1.25.1
Signed-off-by: Daniel Silverstone <[email protected]>
1 parent 8a5aa33 commit 96efa0a

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

CHANGELOG.md

+20-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

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
423

524
This version of Rustup involves a significant number of internal cleanups, both in terms
625
of the Rustup code and its documentation. In addition to a lot of work on the codebase

0 commit comments

Comments
 (0)