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 2f324d7 commit dca4a9dCopy full SHA for dca4a9d
Cargo.toml
@@ -14,4 +14,4 @@ A build dependency for running `cmake` to build a native library
14
categories = ["development-tools::build-utils"]
15
16
[dependencies]
17
-cc = "1.0.41"
+cc = "1.0.72"
src/lib.rs
@@ -865,6 +865,7 @@ impl Config {
865
use cc::windows_registry::{find_vs_version, VsVers};
866
867
let base = match find_vs_version() {
868
+ Ok(VsVers::Vs17) => "Visual Studio 17 2022",
869
Ok(VsVers::Vs16) => "Visual Studio 16 2019",
870
Ok(VsVers::Vs15) => "Visual Studio 15 2017",
871
Ok(VsVers::Vs14) => "Visual Studio 14 2015",
0 commit comments