Skip to content

Commit

Permalink
chore: increase rust build version to 1.83.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dj95 committed Jan 3, 2025
1 parent af4d34a commit 7ba11db
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cargo/config.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build]
target = "wasm32-wasi"
target = "wasm32-wasip1"
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: '1.76.0'
toolchain: '1.83.0'
profile: minimal
override: true
target: wasm32-wasi
target: wasm32-wasip1

- name: Build release binary
run: cargo build --release
Expand Down

0 comments on commit 7ba11db

Please sign in to comment.