Skip to content

Commit

Permalink
Merge branch 'main' into feat/pausable-mock
Browse files Browse the repository at this point in the history
  • Loading branch information
pr0n00gler authored Aug 6, 2024
2 parents 40debf0 + fc8e99a commit 91a73e6
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 --version 2.0.4
@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 91a73e6

Please sign in to comment.