summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-27 00:59:17 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2025-01-27 00:59:17 +0100
commitd9a454ac4d60a259931f13e844680b2fcd18853b (patch)
tree8a658b9c5e3479bdf140fd06cdde72bd7491c4b2 /Cargo.toml
parentc6da74702e66e5cdea404d4ade8876b6339a7320 (diff)
downloadiced-d9a454ac4d60a259931f13e844680b2fcd18853b.tar.gz
iced-d9a454ac4d60a259931f13e844680b2fcd18853b.tar.bz2
iced-d9a454ac4d60a259931f13e844680b2fcd18853b.zip
Bump MSRV to `1.82`
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 958af111..89c28139 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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 = "." }