image-rs / jpeg-decoder

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

Bump minimum Rust version to 1.34.2 #118

Closed kevinmehall closed 4 years ago

kevinmehall commented 4 years ago

Tests have been failing for a while due to lack of support for 1.28 in rayon and its dependencies. This bumps the minimum Rust version to 1.34 to match the image crate.

LukasKalbertodt commented 4 years ago

@kaksmet @fintelia could you have a look at this and #116 soon? Especially the later one is a pretty straight forward fix. Lots of crates across the Rust ecosystem depend on jpeg-decoder, so it would be really cool if both could be merged.

And I noticed that for a few months, no PRs were merged (i.e. this crate was unmaintained for a few months). I completely understand that there are tons of reasons for why one can't put any work into open source anymore. If you read this, could you consider getting the Rust Bus on board to help out in situations like these? Thanks :)

fintelia commented 4 years ago

@LukasKalbertodt see https://github.com/image-rs/organization/issues/9 for a bit of context. We now have image-rs:publish as a crate owner, so we should hopefully be able to stay more on top of PRs going forward