JakeRoggenbuck / auto-clock-speed

A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life.
https://autoclockspeed.org
MIT License
33 stars 9 forks source link

New terminal width function and forbid unsafe_code #555

Closed JakeRoggenbuck closed 4 months ago

JakeRoggenbuck commented 6 months ago

fixes #559

Good to have - also fixes https://github.com/JakeRoggenbuck/auto-clock-speed/security/dependabot/6

JakeRoggenbuck commented 5 months ago

It looks like atty was removed as a dependency by criterion some time ago. However, we still have the warning https://github.com/JakeRoggenbuck/auto-clock-speed/security/dependabot/6

Shuzhengz commented 4 months ago

damn seems like gotta wait till they make msr reading safe before i can use it in my other commit

JakeRoggenbuck commented 4 months ago

damn seems like gotta wait till they make msr reading safe before i can use it in my other commit

We can turn it back on for some files!