Skip to content

Commit 99d0586

Browse files
committed
feat: support criterion 0.7 and bump MSRV to 1.80
Update MSRV to 1.80 as it is required by criterion 0.7. Signed-off-by: Cheng Xu <[email protected]>
1 parent 0c52c5f commit 99d0586

File tree

4 files changed

+466
-357
lines changed

4 files changed

+466
-357
lines changed

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions-rs/[email protected]
2020
with:
2121
profile: minimal
22-
toolchain: 1.74.0
22+
toolchain: 1.80.0
2323
override: true
2424
components: rustfmt, clippy
2525

@@ -56,7 +56,7 @@ jobs:
5656
strategy:
5757
matrix:
5858
os: [ubuntu-latest, macos-latest]
59-
toolchain: [stable, nightly, 1.74.0]
59+
toolchain: [stable, nightly, 1.80.0]
6060
target:
6161
[
6262
x86_64-unknown-linux-gnu,

0 commit comments

Comments
 (0)