-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Cargo fails on more than one dependency of the same user. #65
Comments
Seems bad! Do several of these dependencies depend on the same thing? |
When I first got the error I had not updated Rust-Graphics yet. Rust-Graphics had these dependencies:
|
|
I believe this has been fixed now, but please reopen if you run into it again! |
ehuss
pushed a commit
to ehuss/cargo
that referenced
this issue
Nov 19, 2023
…-crates Split rustfix into two crates
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're trying to build a project with the following Cargo.toml: https://gist.github.com/Denommus/a6d5be6e28ac29546b9e
But it fails with 'Temporarily, Cargo only supports a single result for a dependency'.
We think it's an issue with multiple repositories of the same user, because if we use from other users it compiles fine.
Is cargo parsing the URL wrongly and thinking that the same user is the same repo?
The text was updated successfully, but these errors were encountered: