Files
termux-packages/packages/deno/0005-use-libz-sys-default-features.patch
termux-pacman-bot 5b2e8e77f7 deno: bump to 2.6.0
2025-12-12 05:07:06 +00:00

14 lines
444 B
Diff

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