ci gui: rust version 1.74 for linter, 1.65 for tests

This commit is contained in:
edouardparis 2024-01-11 15:33:36 +01:00
parent 1526d15768
commit c9bb7b00de

View File

@ -51,7 +51,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.65.0
toolchain: 1.75.0
components: rustfmt, clippy
override: true
- name: rustfmt
@ -68,7 +68,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.65
- 1.65.0
- nightly
os:
- ubuntu-latest