updated installed wasm-opt version to v112

This commit is contained in:
Jędrzej Stuczyński
2023-03-22 10:38:39 +00:00
parent ce94ce058f
commit 8b9a5cf500
2 changed files with 2 additions and 2 deletions
@@ -80,7 +80,7 @@ jobs:
components: rustfmt, clippy
- name: Install wasm-opt
run: cargo install --version 0.110.0 wasm-opt
run: cargo install --version 0.112.0 wasm-opt
- name: Build release contracts
run: make wasm
+1 -1
View File
@@ -20,7 +20,7 @@ jobs:
components: rustfmt, clippy
- name: Install wasm-opt
run: cargo install --version 0.110.0 wasm-opt
run: cargo install --version 0.112.0 wasm-opt
- name: Build release contracts
run: make wasm