Skip to content

Commit

Permalink
fix cosmwasm check install
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Nov 22, 2023
1 parent 1b2778c commit f56a314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit f56a314

Please sign in to comment.