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.
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.