From fc8e99adcb24eeb650bc2fa2b6557b73c8cdf58d Mon Sep 17 00:00:00 2001 From: pr0n00gler Date: Mon, 5 Aug 2024 16:14:34 +0300 Subject: [PATCH] lock cosmwasm-checker version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5458820..6cf1319 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ compile: cosmwasm/workspace-optimizer:0.15.0 check_contracts: - @cargo install cosmwasm-check --locked + @cargo install cosmwasm-check --version 2.0.4 --locked @cosmwasm-check --available-capabilities iterator,staking,stargate,neutron,cosmwasm_1_1,cosmwasm_1_2 artifacts/*.wasm build: schema clippy test fmt compile check_contracts