Skip to content

Commit

Permalink
Add bundled feature to bzip3
Browse files Browse the repository at this point in the history
  • Loading branch information
marcospb19 committed Sep 29, 2023
1 parent 7cb9c53 commit c81dfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description = "A command-line utility for easily compressing and decompressing f
atty = "0.2.14"
bstr = { version = "1.6.2", default-features = false, features = ["std"] }
bzip2 = "0.4.4"
bzip3 = { git = "https://github.com/bczhc/bzip3-rs", rev = "094b80c321732636f32733cc72f05ac3deffbe88" }
bzip3 = { git = "https://github.com/bczhc/bzip3-rs", rev = "094b80c321732636f32733cc72f05ac3deffbe88", features = ["bundled"] }
clap = { version = "4.4.6", features = ["derive", "env"] }
filetime = "0.2.22"
flate2 = { version = "1.0.27", default-features = false }
Expand Down

0 comments on commit c81dfcc

Please sign in to comment.