From 66e1d18a541b4654da78ed265418ec6c4610ad93 Mon Sep 17 00:00:00 2001 From: Christian Duerr Date: Fri, 24 May 2024 02:41:33 +0200 Subject: [PATCH] Bump MSRV to 1.75.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 9c6869d..890c1d9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "A Wayland mobile application drawer" authors = ["Christian Duerr "] repository = "https://github.com/catacombing/tzompantli" -rust-version = "1.67.1" +rust-version = "1.75.0" license = "GPL-3.0" edition = "2021"