From 54c4379159ba5b1224809d7f640e3266b9311832 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Thu, 8 Apr 2021 11:05:29 +0200 Subject: [PATCH] Use workspace-optimizer:0.11.0 --- .circleci/config.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index e1e22d72c..13506eb4e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/README.md b/README.md index b1ff61ab9..abd9f051d 100644 --- a/README.md +++ b/README.md @@ -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