crc-rs
crc-rs copied to clipboard
fix benchmarks
Hi,
I did a couple of straight-forward changes such that cargo bench
works again. I also fixed the deprecation warnings in the benchmarks ~and changed the rust edition to 2021~.
Let me know if you want anything changed.
@akhilles @mrhooray any feedback on this?
I think this bumps the MSRV right? So, might require a major version release.
Ah right, didn't think about that. Using edition 2021 would bump MSRV from 1.46 to 1.56. I propose to keep the edition to 2018 for now and just integrate the benchmark fixes. Fixing the benchmarks doesn't require increasing MSRV.
Sounds good?
https://github.com/plotters-rs/plotters/issues/398 is causing tests to fail, maybe pin the version to v0.3.1?