From 8f91cf61dea67e4f982f2ec590d52a9aee2ec08c Mon Sep 17 00:00:00 2001 From: Tomasz Kurcz Date: Mon, 13 Jun 2022 15:19:03 +0200 Subject: [PATCH] README: bump workspace-optimizer version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd56c7cae..bcb3e607e 100644 --- a/README.md +++ b/README.md @@ -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