Skip to content

Commit 5293db9

Browse files
committed
Fix github actions
1 parent ca48680 commit 5293db9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/contract.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install Rust
3434
uses: dtolnay/rust-toolchain@master
3535
with:
36-
toolchain: 1.74.0
36+
toolchain: 1.81.0
3737
targets: wasm32-unknown-unknown
3838
- name: Build hackatom wasm
3939
run: cargo wasm --locked

.github/workflows/workspace.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Install Rust
1919
uses: dtolnay/rust-toolchain@master
2020
with:
21-
toolchain: 1.74.0
21+
toolchain: 1.81.0
2222
targets: wasm32-unknown-unknown
2323
components: clippy, rustfmt
2424
- name: "Cache build artifacts"
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Rust
3636
uses: dtolnay/rust-toolchain@master
3737
with:
38-
toolchain: 1.74.0
38+
toolchain: 1.81.0
3939
components: rustfmt
4040
- name: "Cache build artifacts"
4141
uses: Swatinem/rust-cache@v2

0 commit comments

Comments
 (0)