From 08289bc13778edbc70c776ddbf7819766bcdfdb1 Mon Sep 17 00:00:00 2001 From: Ethan Frey Date: Tue, 14 Sep 2021 10:56:59 +0200 Subject: [PATCH] Bump workspace-optimizer to 0.12.1 --- .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 6f6248647..54e1c520f 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 diff --git a/README.md b/README.md index 699c20ce5..db7a4c676 100644 --- a/README.md +++ b/README.md @@ -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