Skip to content

Commit 6ad3c31

Browse files
committed
fix(ci): bump Rust version in workflows to 1.87
1 parent d4c77af commit 6ad3c31

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
nodeVersion: 18
9292
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
9393
with:
94-
toolchain: 1.65.0
95-
target: wasm32-wasi
94+
toolchain: 1.87.0
95+
target: wasm32-wasip1
9696
override: true
9797
- name: Build SWC plugin
9898
working-directory: ./packages/presets/swc-plugin

.github/workflows/rust.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
registry-url: 'https://registry.npmjs.org'
1515
- uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
1616
with:
17-
toolchain: 1.65.0
18-
target: wasm32-wasi
17+
toolchain: 1.87.0
18+
target: wasm32-wasip1
1919
override: true
2020
- name: Build SWC plugin
2121
working-directory: ./packages/presets/swc-plugin

0 commit comments

Comments
 (0)