rust-tss-esapi
rust-tss-esapi copied to clipboard
20240728 vendored tss
This builds on #523 to improve the README as well as improving the autoconf handling for bundled tpm2-tss.
Could you pull out the serde fixes out of this PR. They would be easier to get reviewed and approved.
@Superhepper https://github.com/parallaxsecond/rust-tss-esapi/pull/538 pulled them out here.
I have tried to run this locally on my Windows 11 machine with Visual Studio 2022 and I cannot get
cargo build --features="bundled generate-bindings" to work.
It crashes on line 44 in the msbuild crate where it tries to run unwrap on a None value.
I have tried to run this locally on my Windows 11 machine with Visual Studio 2022 and I cannot get
cargo build --features="bundled generate-bindings"to work.It crashes on line 44 in the msbuild crate where it tries to run unwrap on a None value.
@Firstyear @uglyoldbob I got this to build now after some hacking. Would any of you mind if I closed this PR and open a new one where I continue this work?
Of course, go for it!
It would be really helpful if it would be possible to make updates to the msbuild crate.
@Superhepper Do you have a pull request for the msbuild crate?
@uglyoldbob I tried to find the repo that was hosting the crate in order to see if I could make a pull request. But I was unable to find it.
@superhepper Oh I must have forgot to set that property. It is at https://github.com/uglyoldbob/msbuild
@uglyoldbob I made a PR not sure if you saw it.
@uglyoldbob Would be possible to make a new release of the msbuild crate?
So my PR is now in draft state for everyone to look at so I am going to close this one.