image-rs / jpeg-decoder

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

build: pin rust version #183

Closed mainrs closed 3 years ago

mainrs commented 3 years ago

This makes development a little bit easier as it forces everybody to work with the MSRV instead of stable locally.

mainrs commented 3 years ago

It's still possible to overwrite the toolchain version by invoking commands using Rust's build-in override mechanism: cargo +stable test for example.

HeroicKatora commented 3 years ago

I didn't realize that this exists, until now :grinning: