From 1cebde22909fe843c710e2d9f937440f897c6d26 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Wed, 9 Oct 2024 15:48:36 +0300 Subject: [PATCH] chore(msrv)!: set the MSRV to 1.80.1 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index bfdf97a..251c8b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,6 +2,7 @@ name = "cmus-notify" version = "0.0.3" edition = "2021" +rust-version = "1.80.1" authors = ["Anas Elgarhy "] description = "A simple notification daemon for cmus" repository = "https://github.com/anas-elgarhy/cmus-notify"