Skip to content

Commit dbf20f0

Browse files
committed
[rust] Add xz2 dependency
The xz2 crate is already in the dependency tree, so use it for implementing a xz uncompressor.
1 parent ff7fa52 commit dbf20f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

rust/Cargo.lock

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rust/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ exitcode = "1.1.2"
3030
toml = "0.8.19"
3131
bzip2 = "0.4.4"
3232
sevenz-rust = "0.6.1"
33+
xz2 = "0.1.7"
3334
walkdir = "2.5.0"
3435
debpkg = "0.6.0"
3536
anyhow = { version = "1.0.89", default-features = false, features = ["backtrace", "std"] }

0 commit comments

Comments
 (0)