Enable bzip2/static

Co-authored-by: Jiahao XU <Jiahao_XU@outlook.com>
This commit is contained in:
Ryo Yamashita 2022-06-13 00:30:29 +09:00
parent 1b9f8c0ffc
commit 27c0a379d4
No known key found for this signature in database
GPG key ID: 72415AFBE13F8207

View file

@ -21,7 +21,7 @@ pkg-fmt = "zip"
[dependencies] [dependencies]
async-trait = "0.1.56" async-trait = "0.1.56"
bytes = "1.1.0" bytes = "1.1.0"
bzip2 = "0.4.3" bzip2 = { version = "0.4.3", features = ["static"] }
cargo_metadata = "0.14.2" cargo_metadata = "0.14.2"
cargo_toml = "0.11.4" cargo_toml = "0.11.4"
clap = { version = "3.1.18", features = ["derive"] } clap = { version = "3.1.18", features = ["derive"] }