Skip to content

Commit

Permalink
chore: fix MSRV build (#91)
Browse files Browse the repository at this point in the history
Signed-off-by: gruebel <[email protected]>
  • Loading branch information
gruebel authored Sep 25, 2024
1 parent 56af10a commit d82a3ec
Show file tree
Hide file tree
Showing 3 changed files with 73 additions and 172 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
rust:
- 1.67.1 # MSRV
- 1.71.1 # MSRV
- stable
- beta
steps:
Expand All @@ -31,7 +31,7 @@ jobs:
with:
toolchain: ${{ matrix.rust }}

- if: matrix.rust == '1.67.1'
- if: matrix.rust == '1.71.1'
name: Use MSRV lock file
run: cp Cargo.lock.msrv Cargo.lock

Expand Down
Loading

0 comments on commit d82a3ec

Please sign in to comment.