From 0586b2d1d0697a4036737c95c50c1653d1b7605c Mon Sep 17 00:00:00 2001 From: Mike Boutin Date: Mon, 21 Oct 2024 20:21:37 -0400 Subject: [PATCH] Use Rust 1.82.0 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 2df1bf10..2127bc05 100644 --- a/.github/workflows/ci-tool-checks.yml +++ b/.github/workflows/ci-tool-checks.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: toolchain: - - 1.81.0 + - 1.82.0 steps: - name: Checkout repository