From 1ad6877cb14167e115a0070f7bff6e4bf028398b Mon Sep 17 00:00:00 2001 From: Victoria Brekenfeld Date: Fri, 2 Aug 2024 20:29:46 +0200 Subject: [PATCH] chore: Update MSRV --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 15914327..67a5b549 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "libcosmic" version = "0.1.0" edition = "2021" -rust-version = "1.71" +rust-version = "1.80" [lib] name = "cosmic"