diff --git a/Cargo.toml b/Cargo.toml index 54250bc2b..f1776261c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 }