svartalf/rust-battop

does not compile, `cargo update` fixes it tho

quantenzitrone opened this issue · 2 comments

When compiling, I get a really long error message that seems to be in some dependency: error.txt

Running cargo update seems to also update the faulty dependency.
I still get some warnings, but nothing fatal.

Yep, there's an error in uom 0.23.1, and cargo update bumps that up to 0.30.0 which fixes it.