0
0
mirror of https://github.com/termux/termux-packages.git synced 2025-08-25 16:42:43 +00:00
Files
termux-packages/packages/deno/0005-use-libz-sys-default-features.patch
Komo 6f978e2faf 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 23:33:00 +08: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"