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
Since we're moving forward with the design of importing gravity bridge code, the only way to resolve this will be for the bridge to update to a more recent version of tonic.
Since we're moving forward with the design of importing gravity bridge code, the only way to resolve this will be for the bridge to update to a more recent version of tonic.
gravity rust crates are depending on an iqlusion fork of deep_space which in turn is using a cosmos-sdk-protoversion that requires tonic 0.4.*. I think the resulting inclusion of two versions of tonic and related proto building crates in Cargo.lock is causing some problems.
This might require upgrading other dependencies and upgrading other repos' tonic version as well.
Depends on #41
The text was updated successfully, but these errors were encountered: