Skip to content

Commit

Permalink
hardcode cosmwasm-check version to v2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Aug 7, 2024
1 parent cd7c02e commit 3685cd8
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 @@ -19,7 +19,7 @@ compile:
cosmwasm/workspace-optimizer:0.14.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 artifacts/*.wasm

build: schema clippy test fmt compile check_contracts

0 comments on commit 3685cd8

Please sign in to comment.