image-rs / jpeg-decoder

JPEG decoder written in Rust -- currently in maintenance mode
Apache License 2.0
148 stars 89 forks source link

Update rayon. #55

Closed emilio closed 8 years ago

emilio commented 8 years ago

I need this for https://github.com/servo/servo/pull/13641.

This is not breaking since the changes in rayon doesn't affect this library.

kaksmet commented 8 years ago

Please update CHANGELOG.md with something like "Updated rayon to 0.5" and I will publish 0.1.8 when this lands.

emilio commented 8 years ago

@kaksmet done, thanks!