-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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 is failing #313
Comments
It looks like one of ripgrep's dependencies increased the minimum Rust version and didn't do a semver version bump. This is still strange though. ripgrep 0.3.2 has cc @llogiq, @alexcrichton |
@justbur You have a few work-arounds available to you:
|
Sorry, my fault. Will fix shortly. |
@BurntSushi makes sense to me. I'm on Ubuntu 16.10 currently, using rust from the repos. My rustc is version 1.10.0, so yes you're right. Just tested the binary and it works fine. I'm not that interested in maintaining a different version of rust at the moment. I was just reporting because I felt like I had a pretty common setup and the instructions on the README failed for me. Thanks for the help |
@justbur, again, my apologies. I'll try to fix as soon as possible (but had too little time for my last attempt). It's literally a one-line fix. |
FWIW, I think this is strange behavior from Cargo. I don't think it should be using |
@BurntSushi ah yes I think this is a bug in Cargo where |
ok, I just tried again, and I got past the initial error but ran into another one. Here's the output
|
Actually that looks like it might be due to having an older version of the std library. |
ripgrep
|
@BurntSushi That explains it. Thanks. Maybe you could add a note to that effect next to the |
@justbur Yeah. I think the minimum version is elsewhere in the README but it would definitely make sense to also put it with the |
Here's the output. I'm not familiar with rust, but I'm happy to provide additional information.
The text was updated successfully, but these errors were encountered: