hyperledger / anoncreds-rs

anoncreds-rs
https://wiki.hyperledger.org/display/anoncreds
Apache License 2.0
73 stars 51 forks source link

fix(rn): update libanoncreds headers #327

Closed genaris closed 5 months ago

genaris commented 5 months ago

I was updating my react-native app to last credo alpha (which uses anoncreds-rs 0.2.0) and wasn't able to build in any OS due to a type error. It seems that the libanoncreds.h header wasn't updated after the changes in https://github.com/hyperledger/anoncreds-rs/pull/320.

I've regenerated the file using cbindgen and noticed several changes (like comments and some methods that were missing), so I guess it has been modified manually lately.

TimoGlastra commented 5 months ago

Ouch that's my bad. We can probably release a js wrapper only 0.2.1 release.

Can you make a version update PR @genaris?