From 9cea900b1466e41e739447105f77f7d9a0cc204f Mon Sep 17 00:00:00 2001 From: Charles Lechasseur Date: Sat, 21 Oct 2023 21:21:05 -0400 Subject: [PATCH] chore(msrv): rollback MSRV to 1.56.1, it's slow but what the heck --- .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 30d4fd2..e9875f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [ 1.63.0 ] + toolchain: [ 1.56.1 ] os: [ ubuntu, macos, windows ] all-features: [ false, true ] runs-on: ${{ matrix.os }}-latest @@ -111,7 +111,7 @@ jobs: strategy: fail-fast: false matrix: - toolchain: [ 1.63.0, stable, beta, nightly ] + toolchain: [ 1.56.1, stable, beta, nightly ] os: [ ubuntu, macos, windows ] ignore-lock: [ false, true ] all-features: [ false, true ]