File tree 3 files changed +2
-3
lines changed 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 19
19
matrix :
20
20
rust :
21
21
- 1.87.0 # Stable release as of 2025-05-17
22
- - 1.70 .0 # MSRV
22
+ - 1.80 .0 # MSRV
23
23
24
24
steps :
25
25
- 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/)
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
## [ Unreleased]
9
- - MSRV bumped to 1.70
9
+ - MSRV bumped to 1.80
10
10
11
11
### Changed
12
12
- 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 20
20
#![ allow(
21
21
clippy:: just_underscores_and_digits, // Used in the stats code
22
22
clippy:: transmute_ptr_to_ptr, // Used in the stats code
23
- clippy:: manual_non_exhaustive, // Remove when MSRV bumped above 1.40
24
23
) ]
25
24
26
25
#[ cfg( all( feature = "rayon" , target_arch = "wasm32" ) ) ]
You can’t perform that action at this time.
0 commit comments