shssoichiro / oxipng

Multithreaded PNG optimizer written in Rust
MIT License
2.95k stars 124 forks source link

9.1.0 Release missing on crates.io #611

Closed msrd0 closed 7 months ago

msrd0 commented 7 months ago

You've created a 9.1.0 release here on GitHub, but I cannot find that release on crates.io yet. Did you maybe miss publishing it?

shssoichiro commented 7 months ago

Thank you for catching this. It looks like the release is throwing an error because the man pages are being generated outside of the target directory. I'll create a patch to resolve this.