Skip to content

Commit

Permalink
set msrv to 1.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
carloskiki committed Sep 24, 2023
1 parent 8ab9ca9 commit bc98bf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.56.1"] # 2021 edition requires 1.56
msrv: ["1.60.0"] # 2021 edition requires 1.56
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit bc98bf8

Please sign in to comment.