diff options
Diffstat (limited to 'Cargo.toml')
| -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/*", |
