Skip to content

Commit

Permalink
Merge pull request #735 from CosmWasm/724-update-workspace-optimizer
Browse files Browse the repository at this point in the history
Bump workspace-optimizer version in README to `0.12.6`
  • Loading branch information
webmaster128 authored Jun 13, 2022
2 parents 4485280 + 8f91cf6 commit 07d1f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ To compile all the contracts, run the following in the repo root:
docker run --rm -v "$(pwd)":/code \
--mount type=volume,source="$(basename "$(pwd)")_cache",target=/code/target \
--mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \
cosmwasm/workspace-optimizer:0.12.4
cosmwasm/workspace-optimizer:0.12.6
```

This will compile all packages in the `contracts` directory and output the
Expand Down

0 comments on commit 07d1f71

Please sign in to comment.