瀏覽代碼

chore: cargo audit as dry run to not fail publish (#1009)

If they're isn't a present fix, it doesn't make sense to fail a publish.
Jacob Bolda 5 年之前
父節點
當前提交
03b9cd1d58
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .changes/config.json

+ 1 - 1
.changes/config.json

@@ -24,7 +24,7 @@
           "pipe": true
         },
         {
-          "command": "cargo audit",
+          "command": "cargo audit fix --dry-run",
           "dryRunCommand": true,
           "runFromRoot": true,
           "pipe": true