From d24706ec2e1577bd460ae6cdad772a455d5a8cd0 Mon Sep 17 00:00:00 2001 From: Giacomo Pasini Date: Sun, 10 Apr 2022 09:18:53 +0000 Subject: [PATCH] bump clippy to 1.60.0 --- .github/workflows/workspace.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workspace.yml b/.github/workflows/workspace.yml index aa7e6c1a9..348e309ca 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -17,7 +17,7 @@ jobs: - uses: RustCrypto/actions/cargo-cache@master - uses: actions-rs/toolchain@v1 with: - toolchain: 1.47.0 + toolchain: 1.60.0 components: clippy profile: minimal override: true