Skip to content

Commit

Permalink
ksud: upgrade zip (#1859)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Jul 6, 2024
1 parent 56c3954 commit f80a946
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 4 deletions.
29 changes: 27 additions & 2 deletions userspace/ksud/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions userspace/ksud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -60,4 +62,4 @@ android_logger = "0.14"
[profile.release]
strip = true
opt-level = "z"
lto = true
lto = true

0 comments on commit f80a946

Please sign in to comment.