From d9a454ac4d60a259931f13e844680b2fcd18853b Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 27 Jan 2025 00:59:17 +0100 Subject: Bump MSRV to `1.82` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 958af111..89c28139 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.81" +rust-version = "1.82" [workspace.dependencies] iced = { version = "0.14.0-dev", path = "." } -- cgit