From b48bb2b2b3be4d3bed83fe23fa668997a08e61d6 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Fri, 12 Aug 2022 16:21:11 +0100 Subject: [PATCH] Omit third-party crates from rust 1.45 CI --- .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 08b1243..161ea48 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: - nightly include: - rust: 1.45.0 - test_features: "--all-features" + test_features: "--features impl_json_schema" allow_failure: false - rust: stable test_features: "--all-features"