mirror of
https://github.com/termux/termux-packages.git
synced 2025-08-25 16:42:43 +00:00
Co-authored-by: Chongyun Lee <45286352+licy183@users.noreply.github.com> Co-authored-by: Jia Yuan Lo <jylo06g@gmail.com>
14 lines
428 B
Diff
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"
|