ImageOptim / mozjpeg-rust

Safe Rust wrapper for the MozJPEG library
https://lib.rs/mozjpeg
Other
74 stars 19 forks source link

Update mozjpeg-sys version and make version spec more flexible #8

Closed tehprofessor closed 3 years ago

tehprofessor commented 4 years ago

Howdy,

This PR updates the dependencies for mozjpeg-sys and arrayvec, removes the features = ["union"] as that's now the default behavior, and adjusts those deps to be a bit more flexible for semver patch updates.

kornelski commented 4 years ago

Note that in Cargo ^ is never needed. It's the same as default behavior.

godofdream commented 3 years ago

maybe close the pull request?