diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e6871c4..d5f437e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,9 +40,6 @@ jobs: with: toolchain: ${{ matrix.rust }} components: clippy - - name: Force older version of is-terminal for MSRV builds - if: matrix.rust == '1.70.0' - run: cargo update -p is-terminal --precise 0.4.7 - name: Clippy run: cargo clippy --all -- -D warnings - name: Run tests