-
-
Notifications
You must be signed in to change notification settings - Fork 844
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
Compile fails #43
Comments
Your @sharkdp One thing I typically do is put an explicit Rust version in my |
Awesome :) I'll see if I can compile after I update. Thanks for the pointers |
I currently see
|
Updating Yessir, updating past Rust 1.16 fixed my problem. Do you know of a better way to update rust than running the uninstall script and then the rustup.sh installer again? I am amused that travis is still building with the minimum version pegged at 1.12 |
@EricCrosson The link I gave was to my own separate project, not this one. :-) This one just tests on current stable/beta/nightly.
The preferred method of managing Rust installations for Rust programmers is |
Thank you very much for the suggestion! It's implemented now. Also, there was already a comment in the Do you think it would be worth to backport to 1.12 (or similar)? My (unfounded) impression is, that most people use |
@sharkdp Nah I think 1.16 is fine. I'll probably bump ripgrep's minimum Rust version in the next release to something similar. I just like to make sure that the bump happens purposefully and with an appropriate version bump. |
On ubuntu 16.04
Linux pollux 4.4.0-78-generic #99-Ubuntu SMP Thu Apr 27 15:29:09 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux
What I did
Attempted to install
What I expected to happen
That fd would be installed to my path without a fuss, much like I experienced on my Mac
What actually happened
I am still getting my bearings with rust but I will do my best to help -- this tool is a pleasure to use. Thanks for your work on this project thus far! 👍
The text was updated successfully, but these errors were encountered: