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 up`make tidy` should ensure that we do not have two versions of the same package in Cargo.lock #7133
Labels
Comments
|
Note that a related feature has been under discussion in Cargo for at least a year, but it's not clear what the path forward is on it: rust-lang/cargo#73 |
bors-servo
pushed a commit
that referenced
this issue
Sep 1, 2015
Tidy can now check for version conflicts... fixes #7133 <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7438) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
While permitted by Cargo, it's always an error in Servo to have multiple versions of the same package.
make tidyshould check each of the Cargo.lock files to ensure that no dependency is included twice at different versions.