Future c-s-c versions will require Rust 1.77+ so test that min version. (#86)

This commit is contained in:
Predrag Gruevski 2024-07-24 19:14:42 -04:00 committed by GitHub
parent 7272cc2caa
commit 1e324fdfad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: ['ubuntu-latest', 'windows-latest', 'macos-latest'] os: ['ubuntu-latest', 'windows-latest', 'macos-latest']
toolchain: ['1.74', 'stable', 'beta'] toolchain: ['1.77', 'stable', 'beta']
experimental: [false] experimental: [false]
include: include:
- os: 'ubuntu-latest' - os: 'ubuntu-latest'