Skip to content

Commit 2f9d6bd

Browse files
authored
Merge pull request #600 from NuSkooler/msbuild-windows-dep-upd-signed
Add missing Windows msbuild dependency, now required for building
2 parents 044b8f5 + f66233c commit 2f9d6bd

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)