From 95964055546384ebcb93de0ce1381f57dcbbaa90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Sat, 3 Feb 2024 20:10:38 -0800 Subject: [PATCH] ci: fix is-terminal nonsense --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) 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