From dca57e11001f8ee06077af77dfffe3bc9df5af2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 28 Jan 2023 14:30:15 -0800 Subject: [PATCH] fix(msrv): be less aggressive about MSRV bump --- .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 262bb44..7af7cd8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust: [1.66.1, stable] + rust: [1.59.0, stable] os: [ubuntu-latest, macOS-latest, windows-latest] steps: @@ -52,7 +52,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - rust: [1.66.1, stable] + rust: [1.59.0, stable] os: [ubuntu-latest, macOS-latest, windows-latest] steps: