From db0ac03603ffd09b50f3a24534675e1ea428fae6 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Tue, 4 Mar 2025 12:51:15 +0000 Subject: [PATCH] Put back the toolchain ? --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0071d849d..3c4adfd58 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -32,7 +32,7 @@ jobs: # Released on: 02 May, 2024 # https://releases.rs/docs/1.78.0/ # Let rust-toolchain.toml - # toolchain: 1.84.1 + toolchain: 1.84.1 override: true components: rustfmt, clippy - name: Install Protoc