Skip to content

Commit 68f0541

Browse files
committedMay 11, 2023
ci: set MSRV to 1.69.0
1 parent 4df78e9 commit 68f0541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
8080
strategy:
8181
matrix:
82-
msrv: [1.56.1] # 2021 edition requires 1.56
82+
msrv: [1.69.0] # 2021 edition requires 1.56
8383
name: ubuntu / ${{ matrix.msrv }}
8484
steps:
8585
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)