summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:12:50 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:12:50 +0200
commit14353c285f4e65bd58e7d109a6dc7d598dd9cb65 (patch)
treef93493c45d5ae9e14e60a9f4d68aa1aa677809a3 /Cargo.toml
parentcfe912cbc32772fb9549c1f17fce202f3eb2ad99 (diff)
downloadiced-14353c285f4e65bd58e7d109a6dc7d598dd9cb65.tar.gz
iced-14353c285f4e65bd58e7d109a6dc7d598dd9cb65.tar.bz2
iced-14353c285f4e65bd58e7d109a6dc7d598dd9cb65.zip
Bump MSRV to `1.77`
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 82b60faa..35133f97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = "." }