Skip to content

Commit

Permalink
Update check-cfg flag (#135)
Browse files Browse the repository at this point in the history
Reflects the updates in Cargo nightly: rust-lang/cargo#12845
  • Loading branch information
illicitonion committed Oct 27, 2023
1 parent 8421fc2 commit 7b3797f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/features.yml
Expand Up @@ -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

0 comments on commit 7b3797f

Please sign in to comment.