Skip to content

Commit a66b064

Browse files
authored
Merge pull request #39 from Dreaming-Codes/patch-1
improvement(download-cef): use libbz2 rust drop-in replacement
2 parents 552720c + 95041df commit a66b064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

download-cef/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository.workspace = true
1212
serde.workspace = true
1313
thiserror.workspace = true
1414

15-
bzip2 = "0.5"
15+
bzip2 = { version = "0.5", default-features = false, features = ["libbz2-rs-sys"] }
1616
indicatif = "0.17"
1717
sha1_smol = "1"
1818
tar = "0.4"

0 commit comments

Comments
 (0)