From 69b54043700e8b72786263c7812af62d2513f979 Mon Sep 17 00:00:00 2001 From: Shella Stephens Date: Thu, 4 Apr 2024 14:40:51 -0600 Subject: [PATCH] Fix clippy (#566) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0e8e334b..6842eca9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,7 +82,7 @@ jobs: - uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: 1.71.0 + toolchain: 1.74.0 # MSRV components: clippy override: true - run: sudo apt-get install libpcsclite-dev