File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1919 matrix :
2020 rust :
2121 - 1.87.0 # Stable release as of 2025-05-17
22- - 1.70 .0 # MSRV
22+ - 1.80 .0 # MSRV
2323
2424 steps :
2525 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
77
88## [ Unreleased]
9- - MSRV bumped to 1.70
9+ - MSRV bumped to 1.80
1010
1111### Changed
1212- The ` real_blackbox ` feature no longer has any impact. Criterion always uses ` std::hint::black_box() ` now.
Original file line number Diff line number Diff line change 2020#![ allow(
2121 clippy:: just_underscores_and_digits, // Used in the stats code
2222 clippy:: transmute_ptr_to_ptr, // Used in the stats code
23- clippy:: manual_non_exhaustive, // Remove when MSRV bumped above 1.40
2423) ]
2524
2625#[ cfg( all( feature = "rayon" , target_arch = "wasm32" ) ) ]
You can’t perform that action at this time.
0 commit comments