You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While image 0.25.x has migrated to zune-jpeg as its JPEG implementation, it still depends on the jpeg-decoder crate transitively through the tiff crate.
To reproduce this, run cargo tree -i jpeg-decoder in the repository.
The text was updated successfully, but these errors were encountered:
@gsspdev This error happens when you have 3rd party cargo executable on the system (e.g. from OS package manager or Homebrew), which doesn't integrate correctly with rustup. Unrelated to this crate. rust-lang/cargo#14071 (comment)
While
image
0.25.x has migrated tozune-jpeg
as its JPEG implementation, it still depends on thejpeg-decoder
crate transitively through thetiff
crate.To reproduce this, run
cargo tree -i jpeg-decoder
in the repository.The text was updated successfully, but these errors were encountered: