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
error: failed to verify package tarball
Caused by:
Source directory was modified by build.rs during cargo publish. Build scripts should not modify anything outside of OUT_DIR.
This is because our build file outputs to the proto directory. We should fix it to do the correct thing.
For now it can be worked around with --no-verify
The text was updated successfully, but these errors were encountered:
When running
cargo package
, there's an errorThis is because our build file outputs to the
proto
directory. We should fix it to do the correct thing.For now it can be worked around with
--no-verify
The text was updated successfully, but these errors were encountered: