image-rs / jpeg-decoder

JPEG decoder written in Rust
Apache License 2.0
150 stars 87 forks source link

Add metadata and changelog for 0.2.6 #243

Closed HeroicKatora closed 2 years ago

gents83 commented 2 years ago

Does image Cargo.toml need to be updated to version 0.2.6 to retrieve WASM fix (it refers 0.2.1 now)?

HeroicKatora commented 2 years ago

cargo update -p jpeg-decoder --precise 0.2.6 should suffice.

gents83 commented 2 years ago

Even if in the end I'm just using directly the image crate and not the jpeg-decoder one?

HeroicKatora commented 2 years ago

Yes.