From 45a935740dd284acd6638e8a1b3984696177456f 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 c28a1ea..34102ee 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 ]