Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upMake tidy complain if the Cargo.lock files are incompatible #5497
Labels
Comments
|
This can also check for multiple versions of a library within a single build. It should be easy to use the same TOML parser as Cargo itself. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm having trouble articulating the things in particular we want to check, but I want to prevent problems like #5433 (comment) upfront. If you could look at commits and see if there was a change to a Cargo.lock file but no change to the other ones, that would be useful.