We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 023f5bf commit 2daf12cCopy full SHA for 2daf12c
.circleci/config.yml
@@ -944,7 +944,7 @@ jobs:
944
- run:
945
name: Install check_contract
946
# Uses --debug for compilation speed
947
- 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
948
- save_cache:
949
paths:
950
- /usr/local/cargo/registry
0 commit comments