-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Panic switching a dependency location from crates.io to git #951
Comments
Yes I've seen this from time to time as well, I shall investigate! |
Deleting |
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this issue
Nov 24, 2014
When applying the lockfile to a resolve graph, we need to take into account that the listed source of dependencies can change over time, in which case we cannot lock to the previous version but instead need to continue onwards with updating the listed source. Closes rust-lang#951
Fixed in #965 |
bors
added a commit
that referenced
this issue
Nov 25, 2014
When applying the lockfile to a resolve graph, we need to take into account that the listed source of dependencies can change over time, in which case we cannot lock to the previous version but instead need to continue onwards with updating the listed source. Closes #951
alexcrichton
added a commit
to alexcrichton/cargo
that referenced
this issue
Nov 27, 2014
This is the same as the fix for rust-lang#951 (fixed by rust-lang#965). The relevant code was erroneously looking at the source id when it should instead look at the entire package id (name/version/source).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I switched my dependency on
time
to cargo, and then back to git and ran into this.The text was updated successfully, but these errors were encountered: