summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:51:19 +0200
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-09-18 21:52:40 +0200
commit15e6c949d73fa43285ad713c5abe32355823956f (patch)
tree65a131f57adfb1bf6b528743dab23094ebd578e0 /Cargo.toml
parent71af846c6d0feab483a2b4e8bcd49a2ccc31f478 (diff)
downloadiced-15e6c949d73fa43285ad713c5abe32355823956f.tar.gz
iced-15e6c949d73fa43285ad713c5abe32355823956f.tar.bz2
iced-15e6c949d73fa43285ad713c5abe32355823956f.zip
Bump MSRV to `1.80`
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 35133f97..04ac35ed 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.77"
+rust-version = "1.80"
[workspace.dependencies]
iced = { version = "0.13.0-dev", path = "." }