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
imagine the flow if we add/remove/update a dependency:
cargo build the PR's last commit
cargo detects that some dependency was changed, so it updates Cargo.lock
this step checkouts the base, which will trigger a warning and fail:
error: Your local changes to the following files would be overwritten by checkout:
Cargo.lock
Please commit your changes or stash them before you switch branches.
Aborting
The text was updated successfully, but these errors were encountered:
imagine the flow if we add/remove/update a dependency:
cargo build
the PR's last commitThe text was updated successfully, but these errors were encountered: