svartalf / rust-battery

Rust crate providing cross-platform information about the notebook batteries.
https://crates.io/crates/battery
Apache License 2.0
354 stars 40 forks source link

Fix compilation failure in latest nightly #74

Closed Gerschtli closed 3 years ago

Gerschtli commented 3 years ago

Hey, currently your crate in version 0.7.6 fails to build in latest nightly because it requires uom in version 0.29 (see https://github.com/iliekturtles/uom/issues/210).

BTW: You forgot to add a tag for the 0.7.6 release in your git history :)

svartalf commented 3 years ago

@Gerschtli , thanks for pointing that out! Going to do a patch release today or tomorrow to fix this issue

svartalf commented 3 years ago

Follow up: just posted the 0.7.7 version