Skip to content

Commit

Permalink
fix minimal version check by excluding syntect-highlighter
Browse files Browse the repository at this point in the history
  • Loading branch information
erratic-pattern committed Nov 19, 2023
1 parent 8b2407e commit 1d4967d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,4 +82,4 @@ jobs:
with:
toolchain: nightly
- name: Run minimal version build
run: cargo build -Z minimal-versions --all-features
run: cargo build -Z minimal-versions --features fancy,no-format-args-capture

0 comments on commit 1d4967d

Please sign in to comment.