Эх сурвалжийг харах

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 жил өмнө
parent
commit
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