Skip to content

Commit 5756a5d

Browse files
authored
chore: bump MSRV to 1.80 (#859)
1 parent 9d887c0 commit 5756a5d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
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

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
and 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.

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
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"))]

0 commit comments

Comments
 (0)