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 b59be3b commit 6e68d9cCopy full SHA for 6e68d9c
Cargo.toml
@@ -16,4 +16,4 @@ edition = "2021"
16
rust-version = "1.65"
17
18
[dependencies]
19
-cc = "1.1.0"
+cc = "1.2.46"
src/lib.rs
@@ -960,6 +960,7 @@ impl Config {
960
use cc::windows_registry::{find_vs_version, VsVers};
961
962
let base = match find_vs_version() {
963
+ Ok(VsVers::Vs18) => "Visual Studio 18 2026",
964
Ok(VsVers::Vs17) => "Visual Studio 17 2022",
965
Ok(VsVers::Vs16) => "Visual Studio 16 2019",
966
Ok(VsVers::Vs15) => "Visual Studio 15 2017",
0 commit comments