Skip to content

Commit 055dc0b

Browse files
committed
Update CI wasm checker
1 parent ed2b33f commit 055dc0b

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
@@ -907,7 +907,7 @@ jobs:
907907
- run:
908908
name: Install check_contract
909909
# Uses --debug for compilation speed
910-
command: cargo install --debug --version 0.15.0 --features iterator --example check_contract -- cosmwasm-vm
910+
command: cargo install --debug --version 0.16.0-rc2 --features iterator --example check_contract -- cosmwasm-vm
911911
- save_cache:
912912
paths:
913913
- /usr/local/cargo/registry

0 commit comments

Comments
 (0)