You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The version of indy-vdr we are using has a dependency on time crate which is pinned to a version that has issues with rust 1.80+. We should update indy-vdr to a newer version where that bad time crate version is not pinned (0.3.36+).
Unfortunately the current release of indy-vdr (0.4.3) does not have this change within it yet, so we may have to continue using git hashes (pre-releases) depending on how urgently we want this.
The text was updated successfully, but these errors were encountered:
FYI — the delay in getting the Indy VDR update (and Askar) is the pinning of Rust for the react-native/Android wrapper requirements — getting in the updates needed so that there is a combination of dependencies that will compile. We hope to have that resolved Real Soon Now — bumping the NDK and Rust versions and anything else that is needed. If anyone has experience with Android+ReactNative wrappers for Rust, please jump in to help.
The version of indy-vdr we are using has a dependency on
time
crate which is pinned to a version that has issues with rust 1.80+. We should update indy-vdr to a newer version where that bad time crate version is not pinned (0.3.36+).See here: hyperledger/indy-vdr#324
Unfortunately the current release of indy-vdr (0.4.3) does not have this change within it yet, so we may have to continue using git hashes (pre-releases) depending on how urgently we want this.
The text was updated successfully, but these errors were encountered: