Skip to content
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

Not able to build ripgrep on Ubuntu 16.04.2 #355

Closed
ronakg opened this issue Feb 11, 2017 · 1 comment
Closed

Not able to build ripgrep on Ubuntu 16.04.2 #355

ronakg opened this issue Feb 11, 2017 · 1 comment

Comments

@ronakg
Copy link

ronakg commented Feb 11, 2017

Getting following error when I try to build ripgrep on Ubuntu 16.04.2. I've cloned latest master.

+ (master) $ cargo build --release
failed to parse manifest at `/home/rogandhi/tools/ripgrep/Cargo.toml`

Caused by:
  could not parse input as TOML
Cargo.toml:45:9 expected a key but found an empty string
Cargo.toml:45:9-45:10 expected `.`, but found `'`
@BurntSushi
Copy link
Owner

As the README says, you need Rust 1.12 or newer. I'd recommend using rustup.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants