Skip to content

Commit

Permalink
bump msrv to 1.80
Browse files Browse the repository at this point in the history
  • Loading branch information
connortsui20 committed Jan 9, 2025
1 parent 5227956 commit 2e2e385
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 @@ -115,7 +115,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.70.0"] # tokio package requires 1.70 or newer
msrv: ["1.80.0"] # `Lazy` types stabilized in "1.80".
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 2e2e385

Please sign in to comment.