diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4bd5e99..f2093c7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,7 +106,7 @@ jobs: - toolchain: nightly experimental: true exclude: - - toolchain: 1.68.2 # TODO: change this version to match the minimum supported Rust version specified above + - toolchain: 1.75.0 ignore-lock: true runs-on: ${{ matrix.os }}-latest continue-on-error: ${{ matrix.experimental }}