We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3af065 commit b47e37eCopy full SHA for b47e37e
.github/workflows/check.yml
@@ -104,7 +104,7 @@ jobs:
104
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
105
strategy:
106
matrix:
107
- msrv: ["1.78.0"] # For lock file version 4
+ msrv: ["1.81.0"] # Start with first version that supports error_in_core
108
name: ubuntu / ${{ matrix.msrv }}
109
steps:
110
- uses: actions/checkout@v4
0 commit comments