Skip to content
Snippets Groups Projects
Commit 952f9d37002c authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

rust-tests: add test to check if `Cargo.lock` is up-to-date

An out-of-date `Cargo.lock` is the source of rebase conflicts, prevents a
reproductible build, introduces desync between the series that introduces a
change in dependencies and the one that eventually commits the `Cargo.lock`,
and is just a general annoyance.

This commit demonstrates that the test works, the next one fixes the
currently out-of-date `Cargo.lock`.

Differential Revision: https://phab.mercurial-scm.org/D9079
parent 10284ce3d5ed
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment