image-rs / imageproc

Image processing operations
MIT License
735 stars 145 forks source link

cargo check with minimal versions #554

Closed cospectrum closed 6 months ago

cospectrum commented 6 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 6 months ago

Thanks!