Skip to content

Commit

Permalink
chore: hide cargo generate-lock under Cargo Audit section in covector (
Browse files Browse the repository at this point in the history
  • Loading branch information
amrbashir committed Sep 2, 2024
1 parent 88f662c commit b6adbac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .changes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"dryRunCommand": true
},
{
"command": "cargo generate-lockfile",
"command": "echo '<details>\n<summary><em><h4>Cargo Audit</h4></em></summary>\n\n```'",
"dryRunCommand": true,
"runFromRoot": true,
"pipe": true
},
{
"command": "echo '<details>\n<summary><em><h4>Cargo Audit</h4></em></summary>\n\n```'",
"command": "cargo generate-lockfile",
"dryRunCommand": true,
"runFromRoot": true,
"pipe": true
},
{
Expand Down

0 comments on commit b6adbac

Please sign in to comment.