mirror of https://github.com/zkat/miette.git
exclude syntect-highlighter feature from MSRV build
This commit is contained in:
parent
2906e58b59
commit
50bb2940b8
|
|
@ -29,6 +29,9 @@ jobs:
|
||||||
features: [fancy, syntect-highlighter]
|
features: [fancy, syntect-highlighter]
|
||||||
rust: [1.56.0, stable]
|
rust: [1.56.0, stable]
|
||||||
os: [ubuntu-latest, macOS-latest, windows-latest]
|
os: [ubuntu-latest, macOS-latest, windows-latest]
|
||||||
|
exclude:
|
||||||
|
- features: syntect-highlighter
|
||||||
|
rust: 1.56.0
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
@ -80,4 +83,3 @@ jobs:
|
||||||
toolchain: nightly
|
toolchain: nightly
|
||||||
- name: Run minimal version build
|
- name: Run minimal version build
|
||||||
run: cargo build -Z minimal-versions --all-features
|
run: cargo build -Z minimal-versions --all-features
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue