diff options
| author | pml68 <contact@pml68.dev> | 2025-05-25 22:07:14 +0200 |
|---|---|---|
| committer | pml68 <contact@pml68.dev> | 2025-05-25 22:07:14 +0200 |
| commit | d989b1d9f6260d5ed873aeda66ffeef3d5845d1f (patch) | |
| tree | b8c46706f63bbd8055ec75ba907e8164c86792e6 /crates/iced_fontello | |
| parent | feat(material_theme): add `new_const` method to `Theme` (diff) | |
| download | iced-builder-d989b1d9f6260d5ed873aeda66ffeef3d5845d1f.tar.gz | |
chore: update dependencies
Diffstat (limited to '')
| -rw-r--r-- | crates/iced_fontello/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/iced_fontello/Cargo.toml b/crates/iced_fontello/Cargo.toml index 8c170a1..aa9678e 100644 --- a/crates/iced_fontello/Cargo.toml +++ b/crates/iced_fontello/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "iced_fontello" version = "0.13.2" -edition = "2021" +edition = "2024" description = "Generate type-safe icon fonts for `iced` at compile time" repository = "https://github.com/hecrj/iced_fontello" license = "MIT" |
