From 2db3ea55c4fe6222d9885a40d5add96607dafc59 Mon Sep 17 00:00:00 2001 From: Shella Stephens Date: Thu, 4 Apr 2024 11:50:25 -0600 Subject: [PATCH] MSRV 1.74 (#565) --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76ab390..0e8e334 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,13 +36,13 @@ jobs: toolchain: stable deps: true - platform: ubuntu-latest - toolchain: 1.70.0 # MSRV + toolchain: 1.74.0 # MSRV deps: sudo apt-get install libpcsclite-dev - platform: windows-latest - toolchain: 1.70.0 # MSRV + toolchain: 1.74.0 # MSRV deps: true - platform: macos-latest - toolchain: 1.70.0 # MSRV + toolchain: 1.74.0 # MSRV deps: true runs-on: ${{ matrix.platform }} steps: