diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2026-01-20 08:21:59 +0100 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2026-01-20 08:21:59 +0100 |
| commit | ff3a0804d472dfaed70e1901fcd93b68bd09fd07 (patch) | |
| tree | 5ec1235476347d00bdadbdb2ad3a7738a38a8e0a | |
| parent | chore: point iced deps to 0.15.0-dev (diff) | |
| download | iced_dialog-ff3a0804d472dfaed70e1901fcd93b68bd09fd07.tar.gz | |
chore: bump MSRV to match iced's
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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/*", |
