From 27c0a379d4738c2e9ee9a9443282ff6c882f022d Mon Sep 17 00:00:00 2001 From: Ryo Yamashita Date: Mon, 13 Jun 2022 00:30:29 +0900 Subject: [PATCH] Enable `bzip2/static` Co-authored-by: Jiahao XU --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ccbee202..ef33274b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,7 +21,7 @@ pkg-fmt = "zip" [dependencies] async-trait = "0.1.56" bytes = "1.1.0" -bzip2 = "0.4.3" +bzip2 = { version = "0.4.3", features = ["static"] } cargo_metadata = "0.14.2" cargo_toml = "0.11.4" clap = { version = "3.1.18", features = ["derive"] }