We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I was trying to build gitui as documented: using cargo install gitui But this error occurs. I'm using android termux with current rustc .
gitui
cargo install gitui
The text was updated successfully, but these errors were encountered:
Sounds like: #117 (comment)
Sorry, something went wrong.
We should add the min version like this: rust-lang/rfcs#2495
ok damn, the min supported rust version is not there yet: rust-lang/rust#65262
min supported rust version
anyhow, the error you see is when you are not building with rust 1.44 or higher. let me know if the problem still persists
No branches or pull requests
I was trying to build
gitui
as documented: usingcargo install gitui
But this error occurs. I'm using android termux with current rustc .
The text was updated successfully, but these errors were encountered: