crowdagger / epub-builder

A Rust library for generating EPUB files
Mozilla Public License 2.0
135 stars 45 forks source link

Update all dependencies to latest #46

Closed Bennett-Petzold closed 3 weeks ago

Bennett-Petzold commented 4 months ago

This is not a feature add or bug fix, it is just a dependency bump (for whatever positives may come from being on the newest versions).

New semantics in the zip library require taking ownership of the writer to finish writing out data. Traits, methods, and examples have been updated accordingly.

New semantics in Upon require providing a default Engine object.