Bump min Rust version to 1.78. Check on 1.78 and 1.83

This commit is contained in:
Igor Katson 2024-12-03 20:51:36 +00:00
parent 76cf1eb00a
commit 1998f7d859
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
rust_version: ["1.76", "1.78", "1.82"]
rust_version: ["1.78", "1.83"]
steps:
- name: rustup toolchain install ${{ matrix.rust_version }}
run: |