File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
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.70 .0
142
+ - image : cimg/rust:1.75 .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
- - cargocache- v3-libwasmvm_audit-rust:1.70 .0-{{ checksum "libwasmvm/Cargo.lock" }}
156
- - cargocache- v3-libwasmvm_audit-rust:1.70 .0-
155
+ - v3-libwasmvm_audit-rust:1.75 .0-{{ checksum "libwasmvm/Cargo.lock" }}
156
+ - v3-libwasmvm_audit-rust:1.75 .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 : cargocache- v3-libwasmvm_audit-rust:1.70 .0-{{ checksum "libwasmvm/Cargo.lock" }}
167
+ key : v3-libwasmvm_audit-rust:1.75 .0-{{ checksum "libwasmvm/Cargo.lock" }}
168
168
169
169
format-go :
170
170
docker :
Original file line number Diff line number Diff line change @@ -65,4 +65,4 @@ We currently use the following version:
65
65
| ------------------------ | ------------ | --------------------------------- |
66
66
| Production Rust compiler | 1.75.0 | Builders version 0018 |
67
67
| Min Rust compiler | 1.70.0 | Supports builder versions >= 0017 |
68
- | Tooling Rust compiler | 1.70 .0 | |
68
+ | Tooling Rust compiler | 1.75 .0 | |
You can’t perform that action at this time.
0 commit comments