hyperledger / aries-askar

Secure storage designed for Hyperledger Aries agents.
Apache License 2.0
58 stars 44 forks source link

fix(nodejs): only call get_current_error when an error occurred #209

Closed berendsliedrecht closed 8 months ago

berendsliedrecht commented 8 months ago
andrewwhitehead commented 8 months ago

It's possible to keep the Android build on 1.67 by adding "--locked" to the cargo install command for cross: https://github.com/hyperledger/indy-vdr/pull/247

berendsliedrecht commented 8 months ago

It's possible to keep the Android build on 1.67 by adding "--locked" to the cargo install command for cross: hyperledger/indy-vdr#247

Maybe I am completely blind and missed something, but it does not seem to work.

andrewwhitehead commented 8 months ago

It seems like cross is built successfully built now, but home 0.5.9 is brought in somehow after the aries builder docker image is loaded?

andrewwhitehead commented 8 months ago

On the other PR I added Cargo.lock after running cargo update, cargo update -p home@0.5.9 --precise 0.5.5 which seems to work.