Rumors say cargo install bat is failing for some people due to a compilation failure from the sys-info crate. However the fix has not been merged for over half a year and the crate itself hasn't been active for over 2 years now.
There is an alternative crate sysinfo that's more regularly maintained and I believe it should provide similar functionality needed by this project.
Considering the replacement of the crate might change the output format a little, would love to hear your thoughts on this if I should proceed with a PR.
Rumors say
cargo install batis failing for some people due to a compilation failure from thesys-infocrate. However the fix has not been merged for over half a year and the crate itself hasn't been active for over 2 years now.There is an alternative crate
sysinfothat's more regularly maintained and I believe it should provide similar functionality needed by this project.Considering the replacement of the crate might change the output format a little, would love to hear your thoughts on this if I should proceed with a PR.