ksud: upgrade zip (#1859)

This commit is contained in:
LoveSy
2024-07-06 14:34:25 +08:00
committed by GitHub
parent 56c3954524
commit f80a946b0d
2 changed files with 31 additions and 4 deletions

View File

@@ -10,12 +10,14 @@ rust-version = "1.77.2"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
const_format = "0.2"
zip = { version = "2", features = [
zip = { git = "https://github.com/zip-rs/zip2.git", features = [
"deflate",
"deflate64",
"bzip2",
"time",
"zstd",
"lzma",
"xz",
], default-features = false }
zip-extensions = "0.7"
java-properties = "2"
@@ -60,4 +62,4 @@ android_logger = "0.14"
[profile.release]
strip = true
opt-level = "z"
lto = true
lto = true