Skip to content

Commit f66233c

Browse files
committed
Add missing Windows msbuild dependency, now required for building
Signed-off-by: Bryan D. Ashby <bryan@l33t.codes>
1 parent 044b8f5 commit f66233c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tss-esapi-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ autotools = { version = "0.2.6", optional = true }
2525
msbuild = { version = "0.2.0", optional = true }
2626

2727
[features]
28-
generate-bindings = ["bindgen"]
28+
generate-bindings = ["bindgen", "dep:msbuild"]
2929
bundled = ["dep:autotools", "dep:msbuild"]

0 commit comments

Comments
 (0)