From 26a59a4b38f8ede09065b98cc259b749d5a109c7 Mon Sep 17 00:00:00 2001 From: Tom Zhang <43869232+Shuzhengz@users.noreply.github.com> Date: Wed, 9 Nov 2022 22:53:29 -0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7b8593c..007d4c1c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "autoclockspeed" version = "0.1.10" -edition = "2018" +edition = "2021" license = "MIT OR MPL-2.0" description = "A utility to check stats about your CPU, and auto regulate clock speeds to help with either performance or battery life." homepage = "https://github.com/JakeRoggenbuck/auto-clock-speed"