Skip to content

Commit 8b9a5cf

Browse files
committed
updated installed wasm-opt version to v112
1 parent ce94ce0 commit 8b9a5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-and-upload-binaries-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
components: rustfmt, clippy
8181

8282
- name: Install wasm-opt
83-
run: cargo install --version 0.110.0 wasm-opt
83+
run: cargo install --version 0.112.0 wasm-opt
8484

8585
- name: Build release contracts
8686
run: make wasm

.github/workflows/contracts-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
components: rustfmt, clippy
2121

2222
- name: Install wasm-opt
23-
run: cargo install --version 0.110.0 wasm-opt
23+
run: cargo install --version 0.112.0 wasm-opt
2424

2525
- name: Build release contracts
2626
run: make wasm

0 commit comments

Comments
 (0)