Future versions of c-s-c after 0.36 will require Rust 1.80+. (#90)

This commit is contained in:
Predrag Gruevski 2024-10-18 14:17:55 -04:00 committed by GitHub
parent b4150892af
commit 0592d5a225
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.77', 'stable', 'beta'] toolchain: ['1.80', 'stable', 'beta']
experimental: [false] experimental: [false]
include: include:
- os: 'ubuntu-latest' - os: 'ubuntu-latest'