summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-17 01:41:09 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-12-17 01:41:09 +0100
commitb22a847668f3b59e1de77c2beee03134795f9380 (patch)
tree8258dd0e08ee024f73e7a8e23175da66120a14d6 /Cargo.toml
parent869b44db4ec8c946c8e5eab2498bbc3a501418b1 (diff)
downloadiced-b22a847668f3b59e1de77c2beee03134795f9380.tar.gz
iced-b22a847668f3b59e1de77c2beee03134795f9380.tar.bz2
iced-b22a847668f3b59e1de77c2beee03134795f9380.zip
Bump MSRV to `1.81`
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 60ec304c..eb2251c8 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.80"
+rust-version = "1.81"
[workspace.dependencies]
iced = { version = "0.14.0-dev", path = "." }