mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 14:11:14 +00:00
fix(compile): revert multi-icon support in compile (#28997)
This commit is contained in:
parent
1feb2b6421
commit
762adb51b2
2 changed files with 3 additions and 4 deletions
5
Cargo.lock
generated
5
Cargo.lock
generated
|
@ -5205,12 +5205,11 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "libsui"
|
name = "libsui"
|
||||||
version = "0.7.0"
|
version = "0.5.0"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "7550a110415b4780bf6064d280f2dc5b761fb80d9af92258a72e5dc82ca6f05a"
|
checksum = "89795977654ad6250d6c0915411b622bac22f9efb4f852af94b2e00964cab832"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"editpe",
|
"editpe",
|
||||||
"image",
|
|
||||||
"libc",
|
"libc",
|
||||||
"sha2",
|
"sha2",
|
||||||
"windows-sys 0.48.0",
|
"windows-sys 0.48.0",
|
||||||
|
|
|
@ -292,7 +292,7 @@ dprint-plugin-typescript = "=0.94.0"
|
||||||
env_logger = "=0.11.6"
|
env_logger = "=0.11.6"
|
||||||
eszip = "=0.85.0"
|
eszip = "=0.85.0"
|
||||||
fancy-regex = "=0.14.0"
|
fancy-regex = "=0.14.0"
|
||||||
libsui = "0.7.0"
|
libsui = "0.5.0"
|
||||||
malva = "=0.11.2"
|
malva = "=0.11.2"
|
||||||
markup_fmt = "=0.19.1"
|
markup_fmt = "=0.19.1"
|
||||||
open = "5.0.1"
|
open = "5.0.1"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue