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
running cargo run after modifying main.rs like mentioned in the readme results in an error
[info] Updating cosmos/cosmos-sdk submodule...
fatal: cannot change to '../cosmos-sdk-go': No such file or directory
thread 'main' panicked at '"git" exited with error code: 128', proto-build/src/main.rs:144:27
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
any hints on how to solve this. I can dive into the repo, but wanted to open an issue either way
The text was updated successfully, but these errors were encountered:
running
cargo run
after modifying main.rs like mentioned in the readme results in an errorany hints on how to solve this. I can dive into the repo, but wanted to open an issue either way
The text was updated successfully, but these errors were encountered: