diff options
author | 2025-02-21 01:19:53 +0100 | |
---|---|---|
committer | 2025-02-21 01:37:13 +0100 | |
commit | 67e489e382e98fc5d101b7892f1c7e44563d60f5 (patch) | |
tree | 17021855ef0bcd76eb6cfbfadf0a82f89c7b5568 /Cargo.toml | |
parent | 81ca3d2a223d62fbb48b93dcea5409f6212605fa (diff) | |
download | iced-67e489e382e98fc5d101b7892f1c7e44563d60f5.tar.gz iced-67e489e382e98fc5d101b7892f1c7e44563d60f5.tar.bz2 iced-67e489e382e98fc5d101b7892f1c7e44563d60f5.zip |
Update to Rust 2024 and fix compiler errors
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -122,13 +122,13 @@ members = [ [workspace.package] version = "0.14.0-dev" authors = ["Héctor Ramón Jiménez <hector@hecrj.dev>"] -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 = "." } |