From b948ac9f7a01bc95ceb31606b4301a2380840e11 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 23 Mar 2023 10:53:54 +0000 Subject: [PATCH] fix MSRV in CI --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a83b2803d..e77153677 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: target: - { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu } version: - - 1.60 # MSRV + - '1.60' # MSRV - stable name: ${{ matrix.target.name }} / ${{ matrix.version }} @@ -88,7 +88,7 @@ jobs: triple: x86_64-pc-windows-msvc, } version: - - 1.60 # MSRV + - '1.60' # MSRV - stable name: ${{ matrix.target.name }} / ${{ matrix.version }}