bheisler / criterion.rs

Statistics-driven benchmarking library for Rust
Apache License 2.0
4.52k stars 301 forks source link

criterion-macros is stuck at 0.4 series #698

Open nagisa opened 1 year ago

nagisa commented 1 year ago

Criterion 0.5 was released, but it didn’t result in an update to the criterion-macros crate, which means that in order to use criterion-macros one must consciously keep criterion itself at an older version as well.

tiziano88 commented 7 months ago

This was super confusing, I suggest making this quite clear in the docs.