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

Push msrv to 1.40 and update approx to 0.5 and uom to 0.31 #88

Closed ghost closed 2 years ago

ghost commented 3 years ago

Since rust 1.38 a new cargo.lock format has been decide and they convert every cargo.lock to it. So it is impossible to compile with stable and going back below 1.38. https://github.com/rust-lang/cargo/pull/7579

Rust 1.40(16-12-2019) permit to have approx and uom update.