chore: migrate Zlib and Bzip2 to pure Rust implementations (#948)#967
chore: migrate Zlib and Bzip2 to pure Rust implementations (#948)#967tommady wants to merge 3 commits intoouch-org:mainfrom
Conversation
|
hey @marcospb19 |
|
Please also set |
Signed-off-by: tommady <tommady@users.noreply.github.com>
Signed-off-by: tommady <tommady@users.noreply.github.com>
Thanks for catching that! Additionally, I've entirely removed the "Runtime Dependencies" section from the README.md. Since we are now using pure Rust implementations for zlib and bzip2, and bzip3 is statically linked via the bundled feature (bzip3 = { ..., features = ["bundled"] }), users will no longer need any of those C libraries installed on their systems at runtime regardless of whether they are using the musl build or not! |
close #948