File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,11 @@ The headlines of this release are:
31
31
- Fixed a bug in Nushell integration that might generate invalid commands in the shell configuration.
32
32
Reinstalling rustup might be required for the fix to work. [ pr #4265 ]
33
33
34
+ - The logic of fetching the active toolchain's profile has been adjusted in automatic installation.
35
+ Now, when the profile is not specified, the profile from ` rustup override set profile ` will be chosen
36
+ instead of the profile named ` default ` . This aligns with the behavior of ` rustup toolchain install ` .
37
+ [ pr #4258 ]
38
+
34
39
### Detailed changes
35
40
36
41
- Fix build script ` cargo ` instructions by @ChrisDenton in https://github.com/rust-lang/rustup/pull/4235
@@ -64,6 +69,7 @@ The headlines of this release are:
64
69
65
70
[ 1.28.2 ] : https://github.com/rust-lang/rustup/releases/tag/1.28.2
66
71
[ pr#4254 ] : https://github.com/rust-lang/rustup/pull/4254
72
+ [ pr#4258 ] : https://github.com/rust-lang/rustup/pull/4258
67
73
[ pr#4259 ] : https://github.com/rust-lang/rustup/pull/4259
68
74
[ pr#4265 ] : https://github.com/rust-lang/rustup/pull/4265
69
75
[ pr#4277 ] : https://github.com/rust-lang/rustup/pull/4277
You can’t perform that action at this time.
0 commit comments