Skip to content

Commit b31032c

Browse files
committed
Update to latest StarlingMonkey
Also updates Rust version in CI: StarlingMonkey now needs 1.80.0
1 parent c4d72cd commit b31032c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
- name: Install Rust Toolchain
5050
if: steps.splicer-build.outputs.cache-hit != 'true'
5151
run: |
52-
rustup toolchain install 1.77.1
53-
rustup target add wasm32-wasi --toolchain 1.77.1
52+
rustup toolchain install 1.80.0
53+
rustup target add wasm32-wasi --toolchain 1.80.0
5454
rustup target add wasm32-wasip1
5555
5656
- uses: actions/setup-node@v4
@@ -95,8 +95,8 @@ jobs:
9595
- name: Install Rust Toolchain
9696
if: steps.starlingmonkey-build.outputs.cache-hit != 'true'
9797
run: |
98-
rustup toolchain install 1.77.1
99-
rustup target add wasm32-wasi --toolchain 1.77.1
98+
rustup toolchain install 1.80.0
99+
rustup target add wasm32-wasi --toolchain 1.80.0
100100
rustup target add wasm32-wasip1
101101
102102
- name: Install wasm-tools

0 commit comments

Comments
 (0)