Skip to content

Commit 8fe8195

Browse files
Update posts/2025-03-04-Rustup-1.28.1.md
Co-authored-by: Chris Denton <christophersdenton@gmail.com>
1 parent cdbfaf5 commit 8fe8195

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

posts/2025-03-04-Rustup-1.28.1.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,17 @@ the change with regard to implicit toolchain installation is being discussed in
2626
This release contains the following fixes:
2727

2828
- Automatic install is enabled by default but can be opted out by setting `RUSTUP_AUTO_INSTALL`
29-
environment variable to `0`. [pr#4214]
29+
environment variable to `0`. [pr#4214] [pr#4227]
3030
- `rustup show active-toolchain` will only print a single line, as it did in 1.27. [pr#4221]
3131
- Fixed a bug in the reqwest backend that would erroneously timeout downloads after 30s. [pr#4218]
32+
- Use relative symlinks for proxies. [pr#4226]
3233

3334
[1.28.1]: https://github.com/rust-lang/rustup/releases/tag/1.28.1
3435
[pr#4214]: https://github.com/rust-lang/rustup/pull/4214
3536
[pr#4221]: https://github.com/rust-lang/rustup/pull/4221
3637
[pr#4218]: https://github.com/rust-lang/rustup/pull/4218
38+
[pr#4226]: https://github.com/rust-lang/rustup/pull/4226
39+
[pr#4227]: https://github.com/rust-lang/rustup/pull/4227
3740

3841
## How to update
3942

0 commit comments

Comments
 (0)