From b521f08e63d4c59c7f9c51729302e4c0d035e810 Mon Sep 17 00:00:00 2001 From: desbma Date: Mon, 6 Jan 2025 08:59:15 +0100 Subject: [PATCH] fix: MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 25636ed..201f011 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ keywords = ["hdd", "drive", "temperature", "fan", "control"] categories = ["command-line-utilities"] license = "GPL-3.0-only" version = "2.0.0-beta.4" -rust-version = "1.83" +rust-version = "1.81" edition = "2021" [profile.release]