From 1d4967daf89f5026847618d26aee876b178eb875 Mon Sep 17 00:00:00 2001 From: Adam Curtis Date: Sun, 19 Nov 2023 14:52:36 -0500 Subject: [PATCH] fix minimal version check by excluding syntect-highlighter --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 689f554..32125cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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