Skip to content

Commit

Permalink
Merge pull request #441 from CosmWasm/427-cosmwasm-soon
Browse files Browse the repository at this point in the history
Upgrade to cosmwasm 1.0.0-soon
  • Loading branch information
ethanfrey authored Sep 20, 2021
2 parents 120a6e5 + 2daf12c commit 3cdcadc
Show file tree
Hide file tree
Showing 33 changed files with 155 additions and 199 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -944,7 +944,7 @@ jobs:
- run:
name: Install check_contract
# Uses --debug for compilation speed
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
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down
Loading

0 comments on commit 3cdcadc

Please sign in to comment.