From b9ab5037b089a29f915831e842441710800fb1cb Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Wed, 15 Jan 2025 16:12:13 +0100 Subject: [PATCH] Fixing the rust tests to proper version. --- .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 4eeca334..6bcf7d96 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -31,7 +31,7 @@ jobs: with: # Released on: 02 May, 2024 # https://releases.rs/docs/1.78.0/ - toolchain: 1.80.0 + toolchain: 1.84.0 override: true components: rustfmt, clippy - name: Install Protoc