Skip to content

Commit

Permalink
chore: pass build
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrizsabin committed Dec 27, 2023
1 parent 0985e52 commit b543ddd
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 58 deletions.
75 changes: 21 additions & 54 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ hex ={ version = "0.4.3", default-features = false }
debug_print = "1.0.0"
cw-xcall-lib = { path="contracts/cosmwasm-vm/cw-xcall-lib" }
cw-xcall={ path="contracts/cosmwasm-vm/cw-xcall" }
cw-xcall-ibc-connection = { git="https://github.com/icon-project/IBC-Integration.git", branch = "fix/update-mock-ibc-core" }
cw-mock-ibc-core = { git="https://github.com/icon-project/IBC-Integration.git", branch = "fix/update-mock-ibc-core"}
common = { git="https://github.com/icon-project/IBC-Integration.git", branch = "fix/update-mock-ibc-core" }
cw-common={ git="https://github.com/icon-project/IBC-Integration.git", branch = "fix/update-mock-ibc-core" }
cw-xcall-ibc-connection = { git="https://github.com/icon-project/IBC-Integration.git", branch = "main" }
cw-mock-ibc-core = { git="https://github.com/icon-project/IBC-Integration.git", branch = "main"}
common = { git="https://github.com/icon-project/IBC-Integration.git", branch = "main" }
cw-common={ git="https://github.com/icon-project/IBC-Integration.git", branch = "main" }

cw-mock-dapp = {path="contracts/cosmwasm-vm/cw-mock-dapp"}
cw-mock-dapp-multi = { path="contracts/cosmwasm-vm/cw-mock-dapp-multi"}
Expand Down

0 comments on commit b543ddd

Please sign in to comment.