From 19efbee3821440dc615fd921dc17690ed4971d63 Mon Sep 17 00:00:00 2001 From: Daniel Wagner-Hall Date: Fri, 27 Oct 2023 19:05:26 +0100 Subject: [PATCH] Update check-cfg flag Reflects the updates in Cargo nightly: https://github.com/rust-lang/cargo/pull/12845 --- .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 caf9bab..fc3f3f8 100644 --- a/.github/workflows/features.yml +++ b/.github/workflows/features.yml @@ -22,5 +22,5 @@ jobs: uses: actions-rs/cargo@v1 with: command: check - args: -Z unstable-options -Z check-cfg=features --tests + args: -Z unstable-options -Z check-cfg --tests toolchain: nightly