From e760331fa1c93dde1465308cf42abe17a80a231e Mon Sep 17 00:00:00 2001 From: Jacob Bolda Date: Wed, 2 Sep 2020 21:06:12 -0500 Subject: [PATCH] chore: install cargo-audit with the fix feature as part of publish (#1010) This should hopefully let CI finish and not exit with code 1. --- .changes/config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.changes/config.json b/.changes/config.json index b2c849b6c..05e43a36d 100644 --- a/.changes/config.json +++ b/.changes/config.json @@ -7,6 +7,7 @@ "prepublish": [ "sudo apt-get update", "sudo apt-get install -y webkit2gtk-4.0", + "cargo install cargo-audit --features=fix", { "command": "cargo generate-lockfile", "dryRunCommand": true, @@ -24,7 +25,7 @@ "pipe": true }, { - "command": "cargo audit fix --dry-run", + "command": "cargo audit fix --dry-run true", "dryRunCommand": true, "runFromRoot": true, "pipe": true