You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fan curves and model strings current as-of:
https://github.com/pop-os/system76-power/blob/79b02d/src/fan.rs
also add note about rust 1.53 or newer to README.md and bump ./rust-toolchain to same (note: 1.55 is current release!)
This is due to the use of "or patterns" inside a match. This was
stabilized in rust 1.53: rust-lang/rust#79278
(and, I believe, is being used in the Linux daemon)
0 commit comments