Skip to content

Commit

Permalink
Merge with upstream (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhil authored Dec 3, 2024
2 parents 3f79f47 + 2e72dba commit 7a10550
Show file tree
Hide file tree
Showing 140 changed files with 1,405 additions and 909 deletions.
2 changes: 1 addition & 1 deletion .github/actions/install-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ runs:
elif [ "${{ inputs.toolchain }}" = "msrv" ]; then
echo "version=1.$msrv.0" >> "$GITHUB_OUTPUT"
elif [ "${{ inputs.toolchain }}" = "wasmtime-ci-pinned-nightly" ]; then
echo "version=nightly-2024-10-22" >> "$GITHUB_OUTPUT"
echo "version=nightly-2024-11-28" >> "$GITHUB_OUTPUT"
else
echo "version=${{ inputs.toolchain }}" >> "$GITHUB_OUTPUT"
fi
Expand Down
Loading

0 comments on commit 7a10550

Please sign in to comment.