Skip to content

Commit f1d068d

Browse files
committed
fix(ci): update Rust version to 1.83.0 for wasm compatibility
1 parent 6fb9791 commit f1d068d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
node-version: '20'
2626
cache: 'yarn'
2727
- name: Install rust
28-
uses: dtolnay/[email protected]
28+
uses: actions-rs/toolchain@v1
29+
with:
30+
toolchain: 1.83.0
31+
override: true
32+
components: rust-std
2933
- uses: jetli/[email protected]
3034
with:
3135
# Optional version of wasm-pack to install(eg. 'v0.9.1', 'latest')

0 commit comments

Comments
 (0)