server: disable lzma in zip to work around crc api error

This commit is contained in:
2026-02-01 09:05:29 -08:00
parent dcb90ca2c8
commit 2f5026c75b
2 changed files with 5 additions and 38 deletions

View File

@@ -56,7 +56,7 @@ urlencoding = "2.1.3"
#xtracing = { git = "http://git-private.h.xinu.tv/wathiede/xtracing.git" }
#xtracing = { path = "../../xtracing" }
xtracing = { version = "0.3.2", registry = "xinu" }
zip = "7.0.0"
zip = { version = "7.0.0", default-features = false, features = ["aes-crypto", "bzip2", "deflate64", "deflate", "time", "zstd"] }
[build-dependencies]