Skip to content

Commit 23f832d

Browse files
committed
Merge branch 'main' of https://github.com/bytecodealliance/wasmtime into fixed-size-list
2 parents c87e8c5 + 18b42ef commit 23f832d

3,593 files changed

Lines changed: 108837 additions & 97776 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/cancel-on-failure/action.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

.github/actions/install-rust/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ runs:
2828
elif [ "${{ inputs.toolchain }}" = "msrv" ]; then
2929
echo "version=1.$msrv.0" >> "$GITHUB_OUTPUT"
3030
elif [ "${{ inputs.toolchain }}" = "wasmtime-ci-pinned-nightly" ]; then
31-
echo "version=nightly-2025-04-03" >> "$GITHUB_OUTPUT"
31+
echo "version=nightly-2025-06-06" >> "$GITHUB_OUTPUT"
3232
else
3333
echo "version=${{ inputs.toolchain }}" >> "$GITHUB_OUTPUT"
3434
fi

0 commit comments

Comments
 (0)