From f66233cf7ea1948c0a4138a6014635ad16270a34 Mon Sep 17 00:00:00 2001 From: "Bryan D. Ashby" Date: Tue, 2 Dec 2025 12:43:49 -0700 Subject: [PATCH] Add missing Windows msbuild dependency, now required for building Signed-off-by: Bryan D. Ashby --- tss-esapi-sys/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tss-esapi-sys/Cargo.toml b/tss-esapi-sys/Cargo.toml index 32bf7ce00..6439ed975 100644 --- a/tss-esapi-sys/Cargo.toml +++ b/tss-esapi-sys/Cargo.toml @@ -25,5 +25,5 @@ autotools = { version = "0.2.6", optional = true } msbuild = { version = "0.2.0", optional = true } [features] -generate-bindings = ["bindgen"] +generate-bindings = ["bindgen", "dep:msbuild"] bundled = ["dep:autotools", "dep:msbuild"]