Skip to content

Commit b0ce00b

Browse files
authored
wasmtime: Update Rust toolchain used to build (#13649)
This updates Wasmtime's pinned nightly version to a more recent version to match what the codebase now requires.
1 parent 5bd8bc1 commit b0ce00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/wasmtime/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ WORKDIR wasmtime
3838

3939
# The default toolchain used by OSS-Fuzz is too old to build Wasmtime at this
4040
# time.
41-
ENV RUSTUP_TOOLCHAIN nightly-2025-01-10
41+
ENV RUSTUP_TOOLCHAIN nightly-2025-07-16
4242

4343
COPY build.sh *.options $SRC/

0 commit comments

Comments
 (0)