We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It appears that cargo is unable to locate a crate from a git repository if it has a version such as 0.2.7-alpha.0, as sccache currently does.
0.2.7-alpha.0
jchase@atlas sccache $ cargo install --git https://github.com/mozilla/sccache sccache Updating git repository `https://github.com/mozilla/sccache` error: could not find `sccache` in https://github.com/mozilla/sccache
Manually specifying the version allows it to actually find/build/install the crate though:
jchase@atlas sccache $ cargo install --git https://github.com/mozilla/sccache --force --version 0.2.7-alpha.0 sccache Updating git repository `https://github.com/mozilla/sccache` Installing sccache v0.2.7-alpha.0 (https://github.com/mozilla/sccache#bbff69f2) ...
My cargo version:
jchase@atlas cargo $ cargo --version cargo 1.28.0-nightly (e2348c2db 2018-06-07)
The text was updated successfully, but these errors were encountered:
Should be fixed by #5616
Sorry, something went wrong.
1c15c72
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
It appears that cargo is unable to locate a crate from a git repository if it has a version such as
0.2.7-alpha.0
, as sccache currently does.Manually specifying the version allows it to actually find/build/install the crate though:
My cargo version:
The text was updated successfully, but these errors were encountered: