Skip to content

Commit

Permalink
Upgrade zip (tiann#1891)
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored and jeffpeng3 committed Aug 5, 2024
1 parent 96fa6e2 commit bf54944
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions userspace/ksud/Cargo.lock

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

2 changes: 1 addition & 1 deletion userspace/ksud/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ rust-version = "1.77.2"
anyhow = "1"
clap = { version = "4", features = ["derive"] }
const_format = "0.2"
zip = { git = "https://github.com/zip-rs/zip2.git", features = [
zip = { version = "2.1.4", features = [
"deflate",
"deflate64",
"bzip2",
Expand Down

0 comments on commit bf54944

Please sign in to comment.