Skip to content

Commit b47e37e

Browse files
committed
fix msrv
1 parent a3af065 commit b47e37e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
105105
strategy:
106106
matrix:
107-
msrv: ["1.78.0"] # For lock file version 4
107+
msrv: ["1.81.0"] # Start with first version that supports error_in_core
108108
name: ubuntu / ${{ matrix.msrv }}
109109
steps:
110110
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)