diff options
author | 2025-01-27 00:59:17 +0100 | |
---|---|---|
committer | 2025-01-27 00:59:17 +0100 | |
commit | d9a454ac4d60a259931f13e844680b2fcd18853b (patch) | |
tree | 8a658b9c5e3479bdf140fd06cdde72bd7491c4b2 /Cargo.toml | |
parent | c6da74702e66e5cdea404d4ade8876b6339a7320 (diff) | |
download | iced-d9a454ac4d60a259931f13e844680b2fcd18853b.tar.gz iced-d9a454ac4d60a259931f13e844680b2fcd18853b.tar.bz2 iced-d9a454ac4d60a259931f13e844680b2fcd18853b.zip |
Bump MSRV to `1.82`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "." } |