rust-battop icon indicating copy to clipboard operation
rust-battop copied to clipboard

Build failing on Fedora 36

Open j-px opened this issue 3 years ago • 2 comments

Hi, just tried building this on Fedora Linux 36 (Workstation Edition). It failed at building uom, and it seems to be this exact issue.

Without much experience in rust / cargo / the build system, I tried looking at Cargo.toml if there's a direct dependency on an older uom version, but there's none, right?

I'm not sure what to do, and just reporting what I experienced.

j-px avatar Jul 09 '22 16:07 j-px

it's fix from aur, just run it from sources directory. sed -i 's/battery = "^0.7"/battery = "^0.7.5"/' Cargo.toml

frosth555 avatar Jul 11 '22 19:07 frosth555

That worked, thanks!

j-px avatar Jul 13 '22 14:07 j-px