exclude syntect-highlighter feature from MSRV build

This commit is contained in:
Adam Curtis 2023-11-04 16:07:28 -04:00
parent 2906e58b59
commit 50bb2940b8
1 changed files with 3 additions and 1 deletions

View File

@ -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