Skip to content

Commit

Permalink
build: increase MSRV to 1.60.0 for the criterion dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ystreet committed Aug 15, 2024
1 parent 9d44b1c commit b1d7994
Show file tree
Hide file tree
Showing 3 changed files with 565 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
toolchain: ['1.57', stable]
toolchain: ['1.60', stable]

steps:
- uses: actions/checkout@v2
Expand All @@ -28,7 +28,7 @@ jobs:
override: true
- name: Use MSRV Cargo.lock
run: cp Cargo.lock.msrv Cargo.lock
if: matrix.toolchain == '1.57'
if: matrix.toolchain == '1.60'
- name: Build
run: cargo build --verbose
test:
Expand Down
Loading

0 comments on commit b1d7994

Please sign in to comment.