Skip to content

Commit d82a3ec

Browse files
authored
chore: fix MSRV build (#91)
Signed-off-by: gruebel <[email protected]>
1 parent 56af10a commit d82a3ec

File tree

3 files changed

+73
-172
lines changed

3 files changed

+73
-172
lines changed

Diff for: .github/workflows/rust.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
matrix:
2323
rust:
24-
- 1.67.1 # MSRV
24+
- 1.71.1 # MSRV
2525
- stable
2626
- beta
2727
steps:
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
toolchain: ${{ matrix.rust }}
3333

34-
- if: matrix.rust == '1.67.1'
34+
- if: matrix.rust == '1.71.1'
3535
name: Use MSRV lock file
3636
run: cp Cargo.lock.msrv Cargo.lock
3737

0 commit comments

Comments
 (0)