From 138fa5ebe7aff91e8d313b95e3b182d1120bb682 Mon Sep 17 00:00:00 2001
From: Night Owl <nightowl121@protonmail.com>
Date: Fri, 8 Sep 2023 22:08:55 +0545
Subject: [PATCH] chore: update packages

Signed-off-by: Night Owl <nightowl121@protonmail.com>
---
 Cargo.lock                                           | 4 ++--
 contracts/core-contracts/cw-asset-manager/Cargo.toml | 4 ++--
 contracts/token-contracts/cw-hub-bnusd/Cargo.toml    | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/Cargo.lock b/Cargo.lock
index 74184ad..d7e154a 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -398,9 +398,9 @@ dependencies = [
  "cw-multi-test",
  "cw-storage-plus 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  "cw-utils",
- "cw-xcall 0.1.0 (git+https://github.com/icon-project/xCall.git?branch=main)",
+ "cw-xcall 0.1.0 (git+https://github.com/icon-project/xcall-multi.git?branch=main)",
  "cw-xcall-ibc-connection",
- "cw-xcall-lib 0.1.0 (git+https://github.com/icon-project/xCall.git?branch=main)",
+ "cw-xcall-lib 0.1.0 (git+https://github.com/icon-project/xcall-multi.git?branch=main)",
  "cw2",
  "cw20",
  "cw20-base",
diff --git a/contracts/core-contracts/cw-asset-manager/Cargo.toml b/contracts/core-contracts/cw-asset-manager/Cargo.toml
index 2e6e7bd..added0b 100644
--- a/contracts/core-contracts/cw-asset-manager/Cargo.toml
+++ b/contracts/core-contracts/cw-asset-manager/Cargo.toml
@@ -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" }
diff --git a/contracts/token-contracts/cw-hub-bnusd/Cargo.toml b/contracts/token-contracts/cw-hub-bnusd/Cargo.toml
index 808af4f..3f979d5 100644
--- a/contracts/token-contracts/cw-hub-bnusd/Cargo.toml
+++ b/contracts/token-contracts/cw-hub-bnusd/Cargo.toml
@@ -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" }