-
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
Cargo install ripgrep command fails #6556
Comments
Interesting. The latest ripgrep at this time is 0.10.0: https://crates.io/crates/ripgrep I think I would've expected cargo install to use the lock file as is (i.e with |
Just to be clear, it works on a newer version of rustc. There seems to be a bit of uncertainty if a minimum rustc bump should be a breaking change (rust-lang/api-guidelines#123). The problem is that |
Thanks for the report @vibhutisawant and thanks for looking into this @dwijnand and @ehuss! Sounds like this is covered by #5654 so I'm gonna close in favor of that. |
Problem
I have installed rust 1.28.0 on ubuntu:16.04 (arch:x86_64) using https://static.rust-lang.org/dist/rust-1.28.0-x86_64-unknown-linux-gnu.tar.gz
However the ripgrep installation fails with several of these errors in series as follows.
Steps
cargo install ripgrep
Notes
Output of
cargo version
:cargo 1.28.0 (96a2c7d 2018-07-13)
rust version
rustc 1.28.0 (9634041f0 2018-07-30)
The text was updated successfully, but these errors were encountered: