-
-
Notifications
You must be signed in to change notification settings - Fork 299
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
Readme says minimum Rust version is 1.39.0, but compiling fails on debian 10 (rust 1.41.0, cargo 1.42.1) due to not compiling dependency tui v0.12.0. #194
Comments
Hi. Without cargo / rust having already been installed from Debian / Ubuntu repositories...
If you want to build from latest git commit...
If worrying about the rustup official installer (being outside the official repos), |
Thanks for taking the time for an answer. The rustc delivered by debian 10 has version 1.41.1,
I guess the readme should hint to the correct minimum version? |
Hey @UweKrause - thanks for bringing this up. The line from the readme is indeed a little old and as we upgrade our dependencies occasionally it becomes outdated. How about if we change it to something like "If you're having trouble compiling bandwhich, try upgrading |
Just passing by. I think it is nice to document a MSRV (I wish there was an official way to denote it in |
Hi all, I've bumped MSRV to 1.65.0. There is now indeed also a way to "officially denote" the MSRV in |
Hey,
for my debian 10 machine there are no package sources, therefore I tried to get bandwhich with cargo.
I got a fresh (fresh as in no configuration or anything, just apt-getted it) cargo (cargo 1.42.1) from the debian package source, maybe its an old version?
Anyway,
trying to
cargo install bandwhich
(as root) failed.I have no clue about rust or cargo or anything, so I am lost here.
Hopefully this is really not my fault anyhow ;-)
The text was updated successfully, but these errors were encountered: