Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit 1a95d00

Browse files
authored
Merge pull request #200 from alexcrichton/another-merge
Another merge
2 parents 418606f + 498db74 commit 1a95d00

123 files changed

Lines changed: 1201 additions & 1164 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/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-06-02" >> "$GITHUB_OUTPUT"
31+
echo "version=nightly-2025-06-06" >> "$GITHUB_OUTPUT"
3232
else
3333
echo "version=${{ inputs.toolchain }}" >> "$GITHUB_OUTPUT"
3434
fi

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -380,9 +380,9 @@ jobs:
380380
381381
- name: wasmtime-fiber
382382
checks: |
383-
-p wasmtime-fiber --no-default-features
384-
-p wasmtime-fiber --no-default-features --features std
385-
-p wasmtime-fiber --all-features
383+
-p wasmtime-internal-fiber --no-default-features
384+
-p wasmtime-internal-fiber --no-default-features --features std
385+
-p wasmtime-internal-fiber --all-features
386386
387387
- name: wasmtime-cli
388388
checks: |
@@ -446,7 +446,7 @@ jobs:
446446
with:
447447
submodules: true
448448
- uses: ./.github/actions/install-rust
449-
- run: cargo test -p wasmtime-fiber --no-default-features
449+
- run: cargo test -p wasmtime-internal-fiber --no-default-features
450450
- run: cargo test -p cranelift-tools --test logged-filetests
451451

452452
# common logic to cancel the entire run if this job fails

0 commit comments

Comments
 (0)