We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9456dee commit c4fb58cCopy full SHA for c4fb58c
crates/server/Cargo.toml
@@ -84,9 +84,14 @@ tracing-subscriber = { workspace = true }
84
[target.'cfg(target_os = "windows")'.build-dependencies]
85
vcpkg = { workspace = true }
86
87
+[package.metadata.vcpkg]
88
+git = "https://github.com/microsoft/vcpkg"
89
+rev = "ddcee8f"
90
+dependencies = ["libmagic"]
91
+
92
[package.metadata.vcpkg.target]
-aarch64-pc-windows-msvc = { triplet = "arm64-windows", dependencies = ["libmagic"] }
-x86_64-pc-windows-msvc = { triplet = "x64-windows-static", dependencies = ["libmagic"] }
93
+aarch64-pc-windows-msvc = { triplet = "arm64-windows-release", dependencies = ["libmagic"] }
94
+x86_64-pc-windows-msvc = { triplet = "x64-windows-static-release", dependencies = ["libmagic"] }
95
96
[package.metadata.docs.rs]
97
all-features = true
0 commit comments