-
Notifications
You must be signed in to change notification settings - Fork 65
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
Error on running command #4
Comments
@ajithshetty2383 Thanks for the report! What |
version : rustc 1.7.0 on ubuntu 16.04 distro |
Ah, ok, I should post this, it will require rustc version 1.15 iirc. Have you tried rustup? You can easily switch compiler versions, get the latest, etc. a simple I also emoved the git dependency on the binary parser gobln, but I don't think this was the problem |
I'm see 'rustup default stable' running successfully. But it doesn't affect the version.. ajith@ashetty:~/bingrep/bingrep$ rustup default stable stable-x86_64-unknown-linux-gnu unchanged - rustc 1.18.0 (03fc9d622 2017-06-06) ajith@ashetty:~/bingrep/bingrep$ rustc --version |
Ah, you need to add |
Oh..yes. silly me. its working. Thank you! |
NP and have fun :D |
I believe this is resolved, thanks for the issue :) |
Hi,
I see below error. Didnt find any solution useful on google to resolve this..
ajith@ashetty:~/Desktop/bingrep-master$ cargo build --release --verbose
Updating registry
https://github.com/rust-lang/crates.io-index
Updating git repository
https://github.com/m4b/goblin
failed to parse registry's information for: colored
Caused by:
the given version requirement is invalid
The text was updated successfully, but these errors were encountered: