소스 검색

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