dyz1990 / sevenz-rust

A 7z decompressor/compressor lib written in pure rust
Apache License 2.0
146 stars 24 forks source link

Solid compression not working with version 0.3 #24

Closed JoachimBe closed 1 year ago

JoachimBe commented 1 year ago

Hi, the solid compression is not working when you use version 0.3 in the Cargo.toml push_not_working_in_03

I change to version 0.4 and it seems to work.

Just in case someone is facing the same issue.

dyz1990 commented 1 year ago

@JoachimBe Thank you for your report. The version code used by the solid compression example in the README.md has been updated to 0.4.