-
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
Improve error message for invalid path dependencies within git dependencies #7784
Comments
It's a poor error message. The issue is that this line references a directory that doesn't exist. |
Ok so it actually breaks when it fails instead of continue to search. That sounds brittle. I'll make a pr to the repo. Thanks |
Yea, it is supposed to ignore errors like this. It's just an oversight that it doesn't in this particular case ( |
I tried to update the issue name to something actionable. Thanks! |
I think this is now resolved by #7784. Bad paths in the git repo are now ignored (unless the package itself is missing). |
Problem
I add a git dependency on "noise-rust-crypto" which is part of the "noise-rust" repository and cargo doesn't find it.
Steps
echo "noise-rust-crypto = {git = "https://github.com/sopium/noise-rust"}" >> Cargo.toml
Possible Solution(s)
Notes
Output of
cargo version
:The text was updated successfully, but these errors were encountered: