bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.28k stars 290 forks source link

Make CI green again #768

Closed samueltardieu closed 3 months ago

samueltardieu commented 3 months ago

Version of clap above 4.4.9 require Rust 1.74, which exceeds criterion's MSRV of 1.70, and some entities belong to the Rust profile.

samueltardieu commented 3 months ago

CI failures due to std::iter::IntoIterator duplicate imports are unrelated and will be fixed by #767.

lemmih commented 3 months ago

This PR depends on #767 and vice-versa? Could you merge them such that the CI is green?

samueltardieu commented 3 months ago

This PR depends on #767 and vice-versa? Could you merge them such that the CI is green?

Done.