From ff3a0804d472dfaed70e1901fcd93b68bd09fd07 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Tue, 20 Jan 2026 08:21:59 +0100 Subject: chore: bump MSRV to match iced's --- Cargo.toml | 4 ++-- 1 file 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 "] -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/*", -- cgit v1.2.3