Skip to content

Commit de1fb0b

Browse files
authored
Merge pull request #870 from TrevorJTClarke/patch-1
Update optimizer to latest
2 parents a959518 + b904908 commit de1fb0b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ To compile all the contracts, run the following in the repo root:
104104
docker run --rm -v "$(pwd)":/code \
105105
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
106106
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
107-
cosmwasm/workspace-optimizer:0.12.11
107+
cosmwasm/workspace-optimizer:0.12.13
108108
```
109109

110110
This will compile all packages in the `contracts` directory and output the stripped and optimized wasm code under the

scripts/optimizer.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:
22

33
U="cosmwasm"
4-
V="0.12.8"
4+
V="0.12.13"
55

66
M=$(uname -m)
77
#M="x86_64" # Force Intel arch

0 commit comments

Comments
 (0)