Skip to content

Commit 165052c

Browse files
committed
change toolchain from stable to 1.81.0
1 parent 0651fb1 commit 165052c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Rust
1919
uses: actions-rs/toolchain@v1
2020
with:
21-
toolchain: stable
21+
toolchain: 1.81.0
2222
target: wasm32-unknown-unknown
2323
- name: Run integration test
2424
run: cd integration-tests && cargo run --example integration-tests

0 commit comments

Comments
 (0)