From 5316c53b1fe82f5dc75bf575a39ef5f3a7c8d995 Mon Sep 17 00:00:00 2001 From: Polesznyák Márk Date: Mon, 22 Sep 2025 20:27:20 +0200 Subject: feat: switch to `prettyplease` for code formatting No more external rustfmt dependency --- iced_fontello/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'iced_fontello/Cargo.toml') 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" -- cgit v1.2.3