Skip to content

Commit a5c3a79

Browse files
committed
Update CI libwasmvm_audit Rust version
1 parent 1ea7305 commit a5c3a79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
docker:
140140
# The audit tool might use a more modern Rust version than the build jobs. See
141141
# "Tooling Rust compiler" in docs/COMPILER_VERSIONS.md
142-
- image: cimg/rust:1.75.0
142+
- image: cimg/rust:1.81.0
143143
steps:
144144
- checkout
145145
- run:
@@ -152,8 +152,8 @@ jobs:
152152
command: rustc --version; cargo --version; rustup --version
153153
- restore_cache:
154154
keys:
155-
- v3-libwasmvm_audit-rust:1.75.0-{{ checksum "libwasmvm/Cargo.lock" }}
156-
- v3-libwasmvm_audit-rust:1.75.0-
155+
- v3-libwasmvm_audit-rust:1.81.0-{{ checksum "libwasmvm/Cargo.lock" }}
156+
- v3-libwasmvm_audit-rust:1.81.0-
157157
- run:
158158
name: Install cargo-audit
159159
command: cargo install --debug cargo-audit --version 0.17.6
@@ -164,7 +164,7 @@ jobs:
164164
- save_cache:
165165
paths:
166166
- ~/.cargo/registry
167-
key: v3-libwasmvm_audit-rust:1.75.0-{{ checksum "libwasmvm/Cargo.lock" }}
167+
key: v3-libwasmvm_audit-rust:1.81.0-{{ checksum "libwasmvm/Cargo.lock" }}
168168

169169
format-go:
170170
docker:

0 commit comments

Comments
 (0)