From c46873ffb9f2ff45e6cc58edcf36f64e2621ff33 Mon Sep 17 00:00:00 2001 From: Graham Esau Date: Sat, 28 Dec 2019 20:43:14 +0000 Subject: [PATCH] Run more CI tests on rust 1.32 --- .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 c4741ca..5504048 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: - nightly include: - rust: 1.32.0 - test_features: "" + test_features: "--features impl_json_schema,chrono,indexmap,either,uuid" - rust: stable test_features: "--all-features" - rust: beta