mirror of https://github.com/zkat/miette.git
fix minimal version check by excluding syntect-highlighter
This commit is contained in:
parent
8b2407e509
commit
1d4967daf8
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue