Skip to content

Commit 7070407

Browse files
committed
Bump Tooling Rust compiler to 1.75.0
1 parent c90caf5 commit 7070407

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.circleci/config.yml

+4-4
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.70.0
142+
- image: cimg/rust:1.75.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-
- 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-
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: 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" }}
168168

169169
format-go:
170170
docker:

docs/COMPILER_VERSIONS.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,4 @@ We currently use the following version:
6565
| ------------------------ | ------------ | --------------------------------- |
6666
| Production Rust compiler | 1.75.0 | Builders version 0018 |
6767
| Min Rust compiler | 1.70.0 | Supports builder versions >= 0017 |
68-
| Tooling Rust compiler | 1.70.0 | |
68+
| Tooling Rust compiler | 1.75.0 | |

0 commit comments

Comments
 (0)