Skip to content

Commit

Permalink
Locked dependencies while installing cosmwasm-check.
Browse files Browse the repository at this point in the history
  • Loading branch information
DariuszDepta committed Sep 8, 2023
1 parent c0c747f commit c4e2544
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 @@ -508,7 +508,7 @@ jobs:
- run:
name: Install cosmwasm-check
# Uses --debug for compilation speed
command: cargo install --debug --version 1.4.0 cosmwasm-check
command: cargo install --locked --debug --version 1.4.0 cosmwasm-check
- save_cache:
paths:
- /usr/local/cargo/registry
Expand Down

0 comments on commit c4e2544

Please sign in to comment.