Skip to content

Commit 654afae

Browse files
committed
Update the default Windows SDK version
This is a temporary fix for #4446.
1 parent 3812a0e commit 654afae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/self_update/windows.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ pub(crate) async fn try_install_msvc(
298298
if !has_windows_sdk_libs(cfg.process) {
299299
cmd.args([
300300
"--add",
301-
"Microsoft.VisualStudio.Component.Windows11SDK.22000",
301+
"Microsoft.VisualStudio.Component.Windows11SDK.26100",
302302
]);
303303
}
304304
info!("running the Visual Studio install");

0 commit comments

Comments
 (0)