Skip to content

Commit

Permalink
chore: update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Night Owl <[email protected]>
  • Loading branch information
nightowl121 committed Sep 8, 2023
1 parent cd01736 commit 138fa5e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions contracts/core-contracts/cw-asset-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ debug_print = {workspace=true}
[dev-dependencies]
cw-multi-test = "0.16.4"
cw20-base = "1.0.1"
cw-xcall-lib={package="cw-xcall-lib", git="https://github.com/icon-project/xCall.git", branch="main"}
cw-xcall-multi = {package="cw-xcall", git="https://github.com/icon-project/xCall.git", branch="main"}
cw-xcall-multi = {package="cw-xcall", git="https://github.com/icon-project/xcall-multi.git", branch="main", features=["library"]}
cw-xcall-lib={package="cw-xcall-lib", git="https://github.com/icon-project/xcall-multi.git", branch="main", features = ["library"]}
cw-common-ibc = { git = "https://github.com/icon-project/IBC-Integration", package = "cw-common" }
cw_xcall_ibc_connection = { git = "https://github.com/icon-project/IBC-Integration", package = "cw-xcall-ibc-connection" }
cw_mock_ibc_core = { git = "https://github.com/icon-project/IBC-Integration.git", branch="main", package="cw-mock-ibc-core" }
Expand Down
4 changes: 2 additions & 2 deletions contracts/token-contracts/cw-hub-bnusd/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ rlp = "0.5.2"

[dev-dependencies]
cw-multi-test = "0.16.4"
cw-xcall-lib={package="cw-xcall-lib", git="https://github.com/icon-project/xcall-multi.git", branch="main"}
cw-xcall-multi = {package="cw-xcall", git="https://github.com/icon-project/xcall-multi.git", branch="main"}
cw-xcall-lib={package="cw-xcall-lib", git="https://github.com/icon-project/xcall-multi.git", branch="main", features = ["library"]}
cw-xcall-multi = {package="cw-xcall", git="https://github.com/icon-project/xcall-multi.git", branch="main", features=["library"]}
cw-common-ibc = {package="cw-common", git = "https://github.com/icon-project/IBC-Integration.git", branch="main" }
cw_xcall_ibc_connection = { git = "https://github.com/icon-project/IBC-Integration.git", package = "cw-mock-ibc-connection", branch="feat/mock-ibc-connection-balanced-test" }
cw_mock_ibc_core = { git = "https://github.com/icon-project/IBC-Integration.git", branch="main", package="cw-mock-ibc-core" }
Expand Down

0 comments on commit 138fa5e

Please sign in to comment.