diff options
| author | Polesznyák Márk <contact@pml68.dev> | 2025-09-22 20:27:20 +0200 |
|---|---|---|
| committer | Polesznyák Márk <contact@pml68.dev> | 2025-09-22 20:27:20 +0200 |
| commit | 5316c53b1fe82f5dc75bf575a39ef5f3a7c8d995 (patch) | |
| tree | 8d4a7c4e8bac2343034c6ae78fbd5ce8fbc7dc4d /iced_fontello/Cargo.toml | |
| parent | feat(wip): iced_material based code highlighting (diff) | |
| download | iced-builder-5316c53b1fe82f5dc75bf575a39ef5f3a7c8d995.tar.gz | |
feat: switch to `prettyplease` for code formatting
No more external rustfmt dependency
Diffstat (limited to '')
| -rw-r--r-- | iced_fontello/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iced_fontello/Cargo.toml b/iced_fontello/Cargo.toml index aebdb48..818e253 100644 --- a/iced_fontello/Cargo.toml +++ b/iced_fontello/Cargo.toml @@ -15,4 +15,4 @@ sha2 = "0.10" serde = { version = "1", features = ["derive"] } serde_json = "1" toml = "0.9" -zip = "4" +zip = "5" |
