From 922692a2977a4c93786a0ecbe11fc01501361aad Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 17 Sep 2022 12:32:32 -0700 Subject: [PATCH] Merge another features workflow --- github/workflows/features.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/workflows/features.yml b/github/workflows/features.yml index 2d8c1fe..f6acf15 100644 --- a/github/workflows/features.yml +++ b/github/workflows/features.yml @@ -24,4 +24,4 @@ jobs: uses: actions-rs/cargo@v1 with: command: hack - args: --feature-powerset --exclude-no-default-features check + args: --feature-powerset check