gendx / lzma-rs

An LZMA decoder written in pure Rust
MIT License
127 stars 27 forks source link

Update dependencies (particularly crc 3.0.0) #78

Closed chyyran closed 2 years ago

chyyran commented 2 years ago

Pull Request Overview

This pull request adds/changes/fixes...

Testing Strategy

This pull request was tested by ...

chyyran commented 2 years ago

Addressed the nits and rebased on master. See follow up comment on reasoning for CrcDigestRead/Write.

gendx commented 2 years ago

In the meantime I've merged #82 which addresses the import formatting question.

Could you rebase on top of it to resolve the merge conflict?

chyyran commented 2 years ago

Rebased on master in 698620b