diff options
| author | pml68 <contact@pml68.dev> | 2025-08-19 14:52:30 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-08-19 14:52:30 +0200 |
| commit | 862e44d5df25d8495fe964ccbed0d9bdf473e180 (patch) | |
| tree | 59bcbf1fba168cc06800c600e130e3403ea0d112 | |
| parent | ci: add unit test(s) for `save` example (diff) | |
| download | iced_dialog-862e44d5df25d8495fe964ccbed0d9bdf473e180.tar.gz | |
chore: increase MSRV to match `iced`
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/*", |
