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