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
26
26
This release contains the following fixes:
27
27
28
28
- 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 ]
30
30
- ` rustup show active-toolchain ` will only print a single line, as it did in 1.27. [ pr #4221 ]
31
31
- Fixed a bug in the reqwest backend that would erroneously timeout downloads after 30s. [ pr #4218 ]
32
+ - Use relative symlinks for proxies. [ pr #4226 ]
32
33
33
34
[ 1.28.1 ] : https://github.com/rust-lang/rustup/releases/tag/1.28.1
34
35
[ pr#4214 ] : https://github.com/rust-lang/rustup/pull/4214
35
36
[ pr#4221 ] : https://github.com/rust-lang/rustup/pull/4221
36
37
[ 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
37
40
38
41
## How to update
39
42
You can’t perform that action at this time.
0 commit comments