parallaxsecond / rust-tss-esapi

TSS 2.0 Enhanced System API (ESAPI) Rust wrapper
https://docs.rs/tss-esapi/
Apache License 2.0
88 stars 52 forks source link

Update bindgen #392

Closed ionut-arm closed 1 year ago

ionut-arm commented 1 year ago

cc @aplanas

Superhepper commented 1 year ago

Should you update the bindgen dependency in tss-esapi Cargo.toml as well?

Superhepper commented 1 year ago

What version of tpm2-tss did you use to regenerate these files?

ionut-arm commented 1 year ago

What version of tpm2-tss did you use to regenerate these files?

2.40, I think - how much does it matter? Should I use something like 3.0.0 instead?

Should you update the bindgen dependency in tss-esapi Cargo.toml as well?

The what?

ionut-arm commented 1 year ago

Oh, wait, no, I used the version from the string in the script - 3.2.1. I think? I'll need to check.

Superhepper commented 1 year ago

Forget what I said about bindgen in tss-esapi I must have been dreaming. I thought we had a feature or build dependency in there as well.

Previously you have generated the bindings from the lowest version of tpm2-tss that we support.

ionut-arm commented 1 year ago

Ok, all set now.