Skip to content

Commit

Permalink
Bump workspace-optimizer to 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Sep 14, 2021
1 parent 210c6f1 commit 08289bc
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 @@ -1044,7 +1044,7 @@ jobs:
- run:
name: Build development contracts
command: |
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.11.5
docker run --volumes-from with_code cosmwasm/workspace-optimizer:0.12.1
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 @@ -158,7 +158,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.11.5
cosmwasm/workspace-optimizer:0.12.1
```

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

0 comments on commit 08289bc

Please sign in to comment.