File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -26,14 +26,17 @@ the change with regard to implicit toolchain installation is being discussed in
2626This 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
You can’t perform that action at this time.
0 commit comments