aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-08-19 14:52:30 +0200
committerpml68 <contact@pml68.dev>2025-08-19 14:52:30 +0200
commit862e44d5df25d8495fe964ccbed0d9bdf473e180 (patch)
tree59bcbf1fba168cc06800c600e130e3403ea0d112
parentci: add unit test(s) for `save` example (diff)
downloadiced_dialog-862e44d5df25d8495fe964ccbed0d9bdf473e180.tar.gz
chore: increase MSRV to match `iced`
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 56b8c41..b81e887 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,7 @@ homepage = "https://github.com/pml68/iced_dialog"
repository = "https://github.com/pml68/iced_dialog"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
-rust-version = "1.85"
+rust-version = "1.88"
exclude = [
".cargo/config.toml",
".github/*",