Skip to content

Commit

Permalink
Bump msrv for bindgen's dependencies
Browse files Browse the repository at this point in the history
And because I can't be bothered to figure out an earlier MSRV Cargo.lock
resolve.
  • Loading branch information
jonhoo committed Jan 19, 2024
1 parent fd30cec commit e6fc6dd
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 @@ -110,7 +110,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: ["1.60.0"] # bindgen 1.69
msrv: ["1.70.0"] # bindgen 1.69
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit e6fc6dd

Please sign in to comment.