faern / oneshot

Oneshot Rust channel working both in and between sync and async environments
74 stars 9 forks source link

Upgrade criterion to 0.5.1 #37

Closed faern closed 2 weeks ago

faern commented 5 months ago

Upgrade criterion to the latest version. Mostly to get rid of complaints from cargo audit and not have to ignore known issues. But also because having the latest can be nice.

faern commented 5 months ago

Got stuck on clap requiring newer rustc. I'm really not a proponent for strict MSRV. But it's a bit silly to require clap here. I created https://github.com/bheisler/criterion.rs/issues/781 to see if we can get rid of it in a cleaner way maybe.