diff options
author | 2024-09-18 21:12:50 +0200 | |
---|---|---|
committer | 2024-09-18 21:12:50 +0200 | |
commit | 14353c285f4e65bd58e7d109a6dc7d598dd9cb65 (patch) | |
tree | f93493c45d5ae9e14e60a9f4d68aa1aa677809a3 /Cargo.toml | |
parent | cfe912cbc32772fb9549c1f17fce202f3eb2ad99 (diff) | |
download | iced-14353c285f4e65bd58e7d109a6dc7d598dd9cb65.tar.gz iced-14353c285f4e65bd58e7d109a6dc7d598dd9cb65.tar.bz2 iced-14353c285f4e65bd58e7d109a6dc7d598dd9cb65.zip |
Bump MSRV to `1.77`
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = "." } |