We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34ee531 commit d00b733Copy full SHA for d00b733
.circleci/config.yml
@@ -597,7 +597,7 @@ jobs:
597
- run:
598
name: Install check_contract
599
# Uses --debug for compilation speed
600
- command: cargo install --debug --version 1.0.0-beta4 --features iterator --example check_contract -- cosmwasm-vm
+ command: cargo install --debug --version 1.0.0-beta6 --features iterator --example check_contract -- cosmwasm-vm
601
- save_cache:
602
paths:
603
- /usr/local/cargo/registry
0 commit comments