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 ed2b33f commit 055dc0bCopy full SHA for 055dc0b
.circleci/config.yml
@@ -907,7 +907,7 @@ jobs:
907
- run:
908
name: Install check_contract
909
# Uses --debug for compilation speed
910
- command: cargo install --debug --version 0.15.0 --features iterator --example check_contract -- cosmwasm-vm
+ command: cargo install --debug --version 0.16.0-rc2 --features iterator --example check_contract -- cosmwasm-vm
911
- save_cache:
912
paths:
913
- /usr/local/cargo/registry
0 commit comments