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
Generally you would want to `cargo:rerun-if-changed` on all your protos
to avoid unnecessary re-runs of the build.rs script. I added it to the
example.
0 commit comments