Explorar el Código

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 hace 5 años
padre
commit
03b9cd1d58
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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