From b22a847668f3b59e1de77c2beee03134795f9380 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Tue, 17 Dec 2024 01:41:09 +0100 Subject: Bump MSRV to `1.81` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 60ec304c..eb2251c8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -128,7 +128,7 @@ repository = "https://github.com/iced-rs/iced" homepage = "https://iced.rs" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] -rust-version = "1.80" +rust-version = "1.81" [workspace.dependencies] iced = { version = "0.14.0-dev", path = "." } -- cgit