image-rs / imageproc

Image processing operations
MIT License
758 stars 149 forks source link

cargo check with minimal versions #554

Closed cospectrum closed 8 months ago

cospectrum commented 8 months ago

cargo check with num = "0.4.0" failed locally: cargo +nightly update -Zminimal-versions && cargo check. update num to "0.4.1"

theotherphil commented 8 months ago

Thanks!