We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0651fb1 commit 165052cCopy full SHA for 165052c
.github/workflows/tests.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Install Rust
19
uses: actions-rs/toolchain@v1
20
with:
21
- toolchain: stable
+ toolchain: 1.81.0
22
target: wasm32-unknown-unknown
23
- name: Run integration test
24
run: cd integration-tests && cargo run --example integration-tests
0 commit comments