Skip to content

Commit

Permalink
Future c-s-c versions will require Rust 1.77+ so test that min versio…
Browse files Browse the repository at this point in the history
…n. (#86)
  • Loading branch information
obi1kenobi committed Jul 24, 2024
1 parent 7272cc2 commit 1e324fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
toolchain: ['1.74', 'stable', 'beta']
toolchain: ['1.77', 'stable', 'beta']
experimental: [false]
include:
- os: 'ubuntu-latest'
Expand Down

0 comments on commit 1e324fd

Please sign in to comment.