From 762adb51b25f84728f5cdfb4cd822c7e2e6f9de4 Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Tue, 22 Apr 2025 07:23:30 -0700 Subject: [PATCH] fix(compile): revert multi-icon support in compile (#28997) --- Cargo.lock | 5 ++--- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 91662efe86..2f6e0950e6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5205,12 +5205,11 @@ dependencies = [ [[package]] name = "libsui" -version = "0.7.0" +version = "0.5.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "7550a110415b4780bf6064d280f2dc5b761fb80d9af92258a72e5dc82ca6f05a" +checksum = "89795977654ad6250d6c0915411b622bac22f9efb4f852af94b2e00964cab832" dependencies = [ "editpe", - "image", "libc", "sha2", "windows-sys 0.48.0", diff --git a/Cargo.toml b/Cargo.toml index 531ee44d71..0cce8252d2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -292,7 +292,7 @@ dprint-plugin-typescript = "=0.94.0" env_logger = "=0.11.6" eszip = "=0.85.0" fancy-regex = "=0.14.0" -libsui = "0.7.0" +libsui = "0.5.0" malva = "=0.11.2" markup_fmt = "=0.19.1" open = "5.0.1"