We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 552720c + 95041df commit a66b064Copy full SHA for a66b064
download-cef/Cargo.toml
@@ -12,7 +12,7 @@ repository.workspace = true
12
serde.workspace = true
13
thiserror.workspace = true
14
15
-bzip2 = "0.5"
+bzip2 = { version = "0.5", default-features = false, features = ["libbz2-rs-sys"] }
16
indicatif = "0.17"
17
sha1_smol = "1"
18
tar = "0.4"
0 commit comments