Skip to content

Commit

Permalink
change toolchain from stable to 1.81.0
Browse files Browse the repository at this point in the history
  • Loading branch information
garikbesson committed Dec 30, 2024
1 parent 0651fb1 commit 165052c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Rust
uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.81.0
target: wasm32-unknown-unknown
- name: Run integration test
run: cd integration-tests && cargo run --example integration-tests
Expand Down

0 comments on commit 165052c

Please sign in to comment.