From c2766bf103802316239d38cbc4c0b5c5ab907f1b Mon Sep 17 00:00:00 2001 From: Amr Bashir Date: Thu, 26 Sep 2024 10:02:11 +0300 Subject: [PATCH] covector: hide cargo lock file generation output under cargo audit section (#1364) --- .changes/config.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changes/config.json b/.changes/config.json index 1c8bf4fe2..4b82957ec 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -17,14 +17,14 @@ "dryRunCommand": true }, { - "command": "cargo generate-lockfile", + "command": "echo '
\n

Cargo Audit

\n\n```'", "dryRunCommand": true, - "runFromRoot": true, "pipe": true }, { - "command": "echo '
\n

Cargo Audit

\n\n```'", + "command": "cargo generate-lockfile", "dryRunCommand": true, + "runFromRoot": true, "pipe": true }, {