We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca48680 commit 5293db9Copy full SHA for 5293db9
.github/workflows/contract.yml
@@ -33,7 +33,7 @@ jobs:
33
- name: Install Rust
34
uses: dtolnay/rust-toolchain@master
35
with:
36
- toolchain: 1.74.0
+ toolchain: 1.81.0
37
targets: wasm32-unknown-unknown
38
- name: Build hackatom wasm
39
run: cargo wasm --locked
.github/workflows/workspace.yml
@@ -18,7 +18,7 @@ jobs:
18
19
20
21
22
23
components: clippy, rustfmt
24
- name: "Cache build artifacts"
@@ -35,7 +35,7 @@ jobs:
components: rustfmt
40
41
uses: Swatinem/rust-cache@v2
0 commit comments