Skip to content

Commit 7b3797f

Browse files
authored
Update check-cfg flag (#135)
Reflects the updates in Cargo nightly: rust-lang/cargo#12845
1 parent 8421fc2 commit 7b3797f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/features.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,5 @@ jobs:
2222
uses: actions-rs/cargo@v1
2323
with:
2424
command: check
25-
args: -Z unstable-options -Z check-cfg=features --tests
25+
args: -Z unstable-options -Z check-cfg --tests
2626
toolchain: nightly

0 commit comments

Comments
 (0)