From 53e2170338451d3337eed747e9405b862b0cf3d9 Mon Sep 17 00:00:00 2001 From: albertotirla <77588370+albertotirla@users.noreply.github.com> Date: Sun, 25 Feb 2024 02:07:33 +0200 Subject: [PATCH] increase msrv to hopefully satisfy the msrv checker --- odilia/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odilia/Cargo.toml b/odilia/Cargo.toml index c1b05eab..fd332057 100644 --- a/odilia/Cargo.toml +++ b/odilia/Cargo.toml @@ -14,7 +14,7 @@ homepage = "https://odilia.app" keywords = ["screen-reader", "accessibility", "a11y", "tts", "linux"] categories = ["accessibility"] edition = "2021" -rust-version = "1.74" +rust-version = "1.75" publish = true [package.metadata.release]