This is a problem I regularly run into. The most common case is that I update my version and submit it and next time I run cargo, the lock file is changed, making me commit it later.
Ideally, when the Cargo.lock is used, we'd use the --locked flag to ensure it is correct.
This is a problem I regularly run into. The most common case is that I update my version and submit it and next time I run cargo, the lock file is changed, making me commit it later.
Ideally, when the
Cargo.lock
is used, we'd use the--locked
flag to ensure it is correct.