From 50bb2940b8a7bcd5e033445f5713101f7c22bbd8 Mon Sep 17 00:00:00 2001 From: Adam Curtis Date: Sat, 4 Nov 2023 16:07:28 -0400 Subject: [PATCH] exclude syntect-highlighter feature from MSRV build --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 40dfc94..689f554 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,6 +29,9 @@ jobs: features: [fancy, syntect-highlighter] rust: [1.56.0, stable] os: [ubuntu-latest, macOS-latest, windows-latest] + exclude: + - features: syntect-highlighter + rust: 1.56.0 steps: - uses: actions/checkout@v4 @@ -80,4 +83,3 @@ jobs: toolchain: nightly - name: Run minimal version build run: cargo build -Z minimal-versions --all-features -