feat: Switch to pure-Rust versions of bzip and zstd in order to pass static compiles#58
feat: Switch to pure-Rust versions of bzip and zstd in order to pass static compiles#58Pr0methean merged 3 commits intomasterfrom
Conversation
|
@lolpro11 I've had to partially revert this PR. |
I understand. Thank you for telling me. The original reason for this PR is because it did not compile statically. Later I found out that bzip only needs the system library during compile time, allowing for proper static compiles. |
This replaces zip-rs/zip-old#429.