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 ]