File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -139,7 +139,7 @@ jobs:
139
139
docker :
140
140
# The audit tool might use a more modern Rust version than the build jobs. See
141
141
# "Tooling Rust compiler" in docs/COMPILER_VERSIONS.md
142
- - image : cimg/rust:1.75 .0
142
+ - image : cimg/rust:1.81 .0
143
143
steps :
144
144
- checkout
145
145
- run :
@@ -152,8 +152,8 @@ jobs:
152
152
command : rustc --version; cargo --version; rustup --version
153
153
- restore_cache :
154
154
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-
157
157
- run :
158
158
name : Install cargo-audit
159
159
command : cargo install --debug cargo-audit --version 0.17.6
@@ -164,7 +164,7 @@ jobs:
164
164
- save_cache :
165
165
paths :
166
166
- ~/.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" }}
168
168
169
169
format-go :
170
170
docker :
You can’t perform that action at this time.
0 commit comments