Skip to content

Commit

Permalink
lock cosmwasm-checker version
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler committed Aug 5, 2024
1 parent 0406eae commit fc8e99a
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.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

0 comments on commit fc8e99a

Please sign in to comment.