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
Currently if you download and run cargo build you get an unintuitive error message about missing proto files, before building the protobuf in build.rs we should check if the modules are present, and tell people to run git submodule update --init first.
The text was updated successfully, but these errors were encountered:
Currently if you download and run
cargo build
you get an unintuitive error message about missing proto files, before building the protobuf in build.rs we should check if the modules are present, and tell people to rungit submodule update --init
first.The text was updated successfully, but these errors were encountered: