summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-01-04 20:42:10 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-01-04 20:42:10 +0100
commit5be34aa0fe14a719de8a1596d7de19e92b9f1b92 (patch)
tree4725f3a3ea6c0b5998835cc26647c1ed7bdafb9a /Cargo.toml
parentchore: replace tokio with smol, disable unneeded iced feature flags (diff)
downloadiced-builder-5be34aa0fe14a719de8a1596d7de19e92b9f1b92.tar.gz
chore: bump MSRV
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 13b126d..d9beab0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -8,7 +8,7 @@ repository = "https://git.sr.ht/~pml68/iced-builder"
license = "GPL-3.0-or-later"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
-rust-version = "1.88.0"
+rust-version = "1.90.0"
[dependencies]
iced.version = "0.15.0-dev"