We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34218be commit 9f81da2Copy full SHA for 9f81da2
1 file changed
.github/workflows/tests.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install Rust
21
uses: actions-rs/toolchain@v1
22
with:
23
- toolchain: 1.61.0
+ toolchain: stable
24
target: wasm32-unknown-unknown
25
- name: Build smart contract
26
run: npm run build
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
0 commit comments