From 903debac228a233a19d78899b066462a2f09b981 Mon Sep 17 00:00:00 2001 From: Nicolas Patry Date: Mon, 3 Jun 2024 10:08:25 +0000 Subject: [PATCH] Revert comment. --- .github/workflows/tests.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 9da51152..25e57da5 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -36,9 +36,8 @@ jobs: - name: Install Rust uses: actions-rs/toolchain@v1 with: - # Released on: 28 December, 2023 - # Branched from master on: 10 November, 2023 - # https://releases.rs/docs/1.75.0/ + # Released on: 02 May, 2024 + # https://releases.rs/docs/1.78.0/ toolchain: 1.78.0 override: true components: rustfmt, clippy