From 14353c285f4e65bd58e7d109a6dc7d598dd9cb65 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 18 Sep 2024 21:12:50 +0200 Subject: Bump MSRV to `1.77` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 82b60faa..35133f97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -125,7 +125,7 @@ repository = "https://github.com/iced-rs/iced" homepage = "https://iced.rs" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] -rust-version = "1.75" +rust-version = "1.77" [workspace.dependencies] iced = { version = "0.13.0-dev", path = "." } -- cgit