From 20d650d8231bbb51fbb018ff7763c26d13f1f769 Mon Sep 17 00:00:00 2001 From: Mike Boutin Date: Thu, 29 Aug 2024 12:14:08 -0400 Subject: [PATCH] Use Rust 1.80.1 for tool checks (`rustfmt`, `clippy`, `tarpaulin`). --- .github/workflows/ci-tool-checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-tool-checks.yml b/.github/workflows/ci-tool-checks.yml index 1eacda0a..2df1bf10 100644 --- a/.github/workflows/ci-tool-checks.yml +++ b/.github/workflows/ci-tool-checks.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: toolchain: - - 1.76.0 + - 1.81.0 steps: - name: Checkout repository