bheisler / criterion.rs

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

Replace once_cell::sync::Lazy with std::sync::OnceLock #757

Open nibon7 opened 5 months ago

nibon7 commented 5 months ago

Since MSRV has been bumped to 1.70.0, I think it's time to remove the once_cell crate from the dependency tree.

FilipAndersson245 commented 3 months ago

looks fine, trimming dependencies fat is always nice.