Skip to content

Commit 6ffbc5a

Browse files
committed
update msrv
1 parent 8df60ac commit 6ffbc5a

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
@@ -116,7 +116,7 @@ jobs:
116116
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
117117
strategy:
118118
matrix:
119-
msrv: ["1.56.1"] # 2021 edition requires 1.56
119+
msrv: ["1.78.0"] # `Cargo.lock` version 4
120120
name: ubuntu / ${{ matrix.msrv }}
121121
steps:
122122
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)