From 66628507a907fbfcea5af84fd06634133b9e4874 Mon Sep 17 00:00:00 2001 From: Charlie Little Date: Wed, 2 Oct 2024 11:20:09 -0500 Subject: [PATCH] Update optimizer --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a8e408f..a26edee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ library = [] optimize = """docker run --rm -v "$(pwd)":/code \ --mount type=volume,source="$(basename "$(pwd)")_cache",target=/target \ --mount type=volume,source=registry_cache,target=/usr/local/cargo/registry \ - cosmwasm/optimizer:0.15.0 + cosmwasm/optimizer:0.16.0 """ [dependencies]