Skip to content

Commit 6c091b2

Browse files
authored
Merge pull request #338 from CosmWasm/cosmwasm-0.16
Cosmwasm 0.16
2 parents 1ca155d + 6ae337c commit 6c091b2

File tree

52 files changed

+748
-1073
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+748
-1073
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-rc5 --features iterator --example check_contract -- cosmwasm-vm
911911
- save_cache:
912912
paths:
913913
- /usr/local/cargo/registry

0 commit comments

Comments
 (0)