Skip to content

Commit

Permalink
chore: use rust 1.81 toolchain in the wasm rust example
Browse files Browse the repository at this point in the history
Signed-off-by: Peefy <[email protected]>
  • Loading branch information
Peefy committed Nov 5, 2024
1 parent c19fb8c commit 7eb2b7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wasm-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20.x
- name: Install rust nightly toolchain
- name: Setup Rust
uses: actions-rs/toolchain@v1
with:
toolchain: 1.79
toolchain: 1.81
override: true
components: clippy, rustfmt
- name: Set up Go
- name: Setup Go
uses: actions/setup-go@v2
with:
go-version: 1.22
Expand Down
Binary file modified wasm/kcl.wasm
Binary file not shown.

0 comments on commit 7eb2b7b

Please sign in to comment.