Files
termux-packages/packages/deno/0005-use-libz-sys-default-features.patch
termux-pacman-bot 6be4ea5411 enable,bump(main/deno): 2.2.13 (#22379)
Co-authored-by: Chongyun Lee <45286352+licy183@users.noreply.github.com>
Co-authored-by: Jia Yuan Lo <jylo06g@gmail.com>
2025-06-23 15:40:20 +00:00

14 lines
428 B
Diff

TODO: Replace this patch with some commands in `post_get_source`
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -179,7 +179,7 @@
lazy-regex = "3"
libc = "0.2.168"
libsqlite3-sys = "0.30.1"
-libz-sys = { version = "1.1.20", default-features = false }
+libz-sys = "1.1.20"
log = { version = "0.4.20", features = ["kv"] }
lsp-types = "=0.97.0" # used by tower-lsp and "proposed" feature is unstable in patch releases
memchr = "2.7.4"