Skip to content

Commit 7ba11db

Browse files
committed
chore: increase rust build version to 1.83.0
1 parent af4d34a commit 7ba11db

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.cargo/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[build]
2-
target = "wasm32-wasi"
2+
target = "wasm32-wasip1"

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- name: Install Rust
2323
uses: actions-rs/toolchain@v1
2424
with:
25-
toolchain: '1.76.0'
25+
toolchain: '1.83.0'
2626
profile: minimal
2727
override: true
28-
target: wasm32-wasi
28+
target: wasm32-wasip1
2929

3030
- name: Build release binary
3131
run: cargo build --release

0 commit comments

Comments
 (0)