We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3812a0e commit 654afaeCopy full SHA for 654afae
src/cli/self_update/windows.rs
@@ -298,7 +298,7 @@ pub(crate) async fn try_install_msvc(
298
if !has_windows_sdk_libs(cfg.process) {
299
cmd.args([
300
"--add",
301
- "Microsoft.VisualStudio.Component.Windows11SDK.22000",
+ "Microsoft.VisualStudio.Component.Windows11SDK.26100",
302
]);
303
}
304
info!("running the Visual Studio install");
0 commit comments