We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbcae7 commit 7bb1d03Copy full SHA for 7bb1d03
1 file changed
.github/workflows/cargo-audit.yml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@v6
15
- name: Generate lockfile
16
- run: cargo generate-lockfile --features full
+ run: cargo generate-lockfile
17
- uses: rustsec/audit-check@v2
18
with:
19
token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments