Skip to content

Commit

Permalink
Use 1.0.0-soon version of contract_check
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanfrey committed Sep 20, 2021
1 parent 023f5bf commit 2daf12c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ jobs:
- run:
name: Install check_contract
# Uses --debug for compilation speed
command: cargo install --debug --version 0.16.0 --features iterator --example check_contract -- cosmwasm-vm
command: cargo install --debug --version 1.0.0-soon --features iterator --example check_contract -- cosmwasm-vm
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down

0 comments on commit 2daf12c

Please sign in to comment.