Skip to content

Commit

Permalink
covector: hide cargo lock file generation output under cargo audit se…
Browse files Browse the repository at this point in the history
…ction (#1364)
  • Loading branch information
amrbashir authored Sep 26, 2024
1 parent c96e43f commit c2766bf
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 c2766bf

Please sign in to comment.