From a81dab55ee473d20710790dcc04e614f2f620061 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 4 Mar 2025 13:39:59 +0100 Subject: [PATCH] Trying to remove the rust-toolchain hardcoded in action. --- .github/workflows/tests.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 812c260d..0071d849 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,7 +31,8 @@ jobs: with: # Released on: 02 May, 2024 # https://releases.rs/docs/1.78.0/ - toolchain: 1.84.1 + # Let rust-toolchain.toml + # toolchain: 1.84.1 override: true components: rustfmt, clippy - name: Install Protoc