From f56a314f5684c0bdb47d4abb478105bd13332615 Mon Sep 17 00:00:00 2001 From: nhpd Date: Wed, 22 Nov 2023 15:12:15 +0400 Subject: [PATCH] fix cosmwasm check install --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ca64ebd..86e175f 100644 --- a/Makefile +++ b/Makefile @@ -13,7 +13,7 @@ fmt: @cargo fmt -- --check check_contracts: - @cargo install cosmwasm-check + @cargo install cosmwasm-check --version 1.4.0 --locked @cosmwasm-check --available-capabilities iterator,staking,stargate,neutron artifacts/*.wasm compile: