Skip to content

Commit f829083

Browse files
authored
Merge pull request #604 from CosmWasm/co/fix-audit-job
Lock cargo-audit CI job
2 parents 95ca0c0 + 0864d7f commit f829083

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ jobs:
156156
- v3-libwasmvm_audit-rust:1.81.0-
157157
- run:
158158
name: Install cargo-audit
159-
command: cargo install --debug cargo-audit --version 0.17.6
159+
command: cargo install --debug cargo-audit --version 0.21.0 --locked
160160
- run:
161161
name: Run cargo-audit
162162
working_directory: libwasmvm

0 commit comments

Comments
 (0)