From b1befd8973f1fdcc2349a3144070870fa1a19eee Mon Sep 17 00:00:00 2001 From: Mike Boutin Date: Tue, 17 Aug 2021 13:49:41 -0400 Subject: [PATCH] Use Rust 1.54.0 for tool checks (`rustfmt`, `clippy`, and `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 b6b470e2..540379b7 100644 --- a/.github/workflows/ci-tool-checks.yml +++ b/.github/workflows/ci-tool-checks.yml @@ -9,7 +9,7 @@ jobs: strategy: matrix: toolchain: - - 1.49.0 + - 1.54.0 steps: - name: Checkout repository