aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 1149f1b..cd5d736 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
name = "iced_dialog"
description = "A custom dialog widget for `iced`"
authors = ["pml68 <contact@pml68.dev>"]
-version = "0.14.0-dev"
+version = "0.15.0-dev"
edition = "2024"
license = "MIT"
readme = "README.md"
@@ -11,7 +11,7 @@ repository = "https://git.sr.ht/~pml68/iced_dialog"
documentation = "https://iced-dialog.pml68.dev"
categories = ["gui"]
keywords = ["gui", "ui", "graphics", "interface", "widgets"]
-rust-version = "1.88"
+rust-version = "1.92"
exclude = [
".cargo/config.toml",
".github/*",