From 67e489e382e98fc5d101b7892f1c7e44563d60f5 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Fri, 21 Feb 2025 01:19:53 +0100 Subject: Update to Rust 2024 and fix compiler errors --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 364f1b5c..f1e9babf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -122,13 +122,13 @@ members = [ [workspace.package] version = "0.14.0-dev" authors = ["Héctor Ramón Jiménez "] -edition = "2021" +edition = "2024" license = "MIT" repository = "https://github.com/iced-rs/iced" homepage = "https://iced.rs" categories = ["gui"] keywords = ["gui", "ui", "graphics", "interface", "widgets"] -rust-version = "1.82" +rust-version = "1.85" [workspace.dependencies] iced = { version = "0.14.0-dev", path = "." } -- cgit