Skip to content

Commit 2daf12c

Browse files
committed
Use 1.0.0-soon version of contract_check
1 parent 023f5bf commit 2daf12c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -944,7 +944,7 @@ jobs:
944944
- run:
945945
name: Install check_contract
946946
# Uses --debug for compilation speed
947-
command: cargo install --debug --version 0.16.0 --features iterator --example check_contract -- cosmwasm-vm
947+
command: cargo install --debug --version 1.0.0-soon --features iterator --example check_contract -- cosmwasm-vm
948948
- save_cache:
949949
paths:
950950
- /usr/local/cargo/registry

0 commit comments

Comments
 (0)