ksud: upgrade zip (#1859)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user