Skip to content

Commit

Permalink
MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
richarddavison committed Jan 22, 2025
1 parent 7b35d7d commit 59fff4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
# https://docs.github.com/en/actions/learn-github-actions/contexts#context-availability
strategy:
matrix:
msrv: [1.70.0] # Workspace Inheritance stabalized in 1.64.0 also some deps requires 1.66.0
msrv: [1.77.0] # Workspace Inheritance stabalized in 1.64.0, offset_of was added in 1.77.0
name: ubuntu / ${{ matrix.msrv }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 59fff4b

Please sign in to comment.