From 7316f015d0a298e6bb675438b46a8c370aae6431 Mon Sep 17 00:00:00 2001 From: Mike Boutin Date: Sat, 27 Jan 2024 21:11:20 -0500 Subject: [PATCH] Use Rust 1.76.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 b08b8cf1..1eacda0a 100644 --- a/.github/workflows/ci-tool-checks.yml +++ b/.github/workflows/ci-tool-checks.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: toolchain: - - 1.70.0 + - 1.76.0 steps: - name: Checkout repository