From c9bb7b00de7ce6310b3e6596e8a8df12c1941b72 Mon Sep 17 00:00:00 2001 From: edouardparis Date: Thu, 11 Jan 2024 15:33:36 +0100 Subject: [PATCH] ci gui: rust version 1.74 for linter, 1.65 for tests --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f8e9c971..41b615f0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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