Skip to content

Commit

Permalink
Merge pull request #262 from CosmWasm/upgrade-workspace-optimizer
Browse files Browse the repository at this point in the history
Use workspace-optimizer:0.11.0
  • Loading branch information
ethanfrey authored Apr 8, 2021
2 parents 7244314 + 54c4379 commit be6d80b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -933,7 +933,7 @@ jobs:
- run:
name: Build development contracts
command: |
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.10.9
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.11.0
docker cp with_code:/code/artifacts ./artifacts
- run:
name: Show data
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,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.10.7
cosmwasm/workspace-optimizer:0.11.0
```

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

0 comments on commit be6d80b

Please sign in to comment.