Skip to content

Commit

Permalink
Merge pull request #5 from neutron-org/fix/cargo-check
Browse files Browse the repository at this point in the history
fix cosmwasm check install
  • Loading branch information
pr0n00gler authored Nov 22, 2023
2 parents 1b2778c + f56a314 commit 5ff22c1
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 5ff22c1

Please sign in to comment.