From 691a3e49e8c85b9d77935ec5c9c2d5a29a22a20d Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 22 Dec 2021 00:43:15 +0000 Subject: [PATCH] Update clippy toolchain to 1.57 --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 26a73dae6..88a094618 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -31,7 +31,7 @@ jobs: with: # Fixed version for clippy lints. Bump this as necesary. It must not # be older than the MSRV in tests.yml. - toolchain: "1.54" + toolchain: "1.57" override: true - uses: actions-rs/cargo@v1.0.1