Skip to content

Commit

Permalink
Bump version in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shanev committed Apr 21, 2022
1 parent 3955c19 commit e83afb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ jobs:
- run:
name: Install check_contract
# Uses --debug for compilation speed
command: cargo install --debug --version 1.0.0-beta2 --features iterator --example check_contract --locked -- cosmwasm-vm
command: cargo install --debug --version 1.0.0-beta8 --features iterator --example check_contract --locked -- cosmwasm-vm
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down

0 comments on commit e83afb5

Please sign in to comment.