From 0b263e8fd7f2884d16f2ea7d1e4e0db13fd14b3f Mon Sep 17 00:00:00 2001 From: Tony Arcieri <bascule@gmail.com> Date: Fri, 1 Mar 2024 17:03:18 -0700 Subject: [PATCH] Fix clippy MSRV --- .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 38febbc..4bee4a2 100644 --- a/.github/workflows/workspace.yml +++ b/.github/workflows/workspace.yml @@ -21,7 +21,7 @@ jobs: timeout-minutes: 45 steps: - uses: actions/checkout@v4 - - uses: dtolnay/rust-toolchain@1.65.0 + - uses: dtolnay/rust-toolchain@1.74.0 with: components: clippy - run: cargo clippy --all-features --all-targets -- -D warnings