From 1aa560f53890bc83951a973fc61e161bda456fb2 Mon Sep 17 00:00:00 2001 From: Kayanski Date: Wed, 15 Jan 2025 12:37:14 +0100 Subject: [PATCH] Add stargate feature for clone-cw-multi-test --- packages/clone-testing/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/clone-testing/Cargo.toml b/packages/clone-testing/Cargo.toml index 6894599d..19247774 100644 --- a/packages/clone-testing/Cargo.toml +++ b/packages/clone-testing/Cargo.toml @@ -18,7 +18,7 @@ cw-orch-mock = { workspace = true } # clone-cw-multi-test = { version = "0.7.0" } # clone-cw-multi-test = { path = "../../../cw-multi-test-fork", features = ["cosmwasm_1_2", "tokenfactory", "staking"] } -clone-cw-multi-test = { git = "https://github.com/abstractsdk/cw-multi-test-fork", branch = "adapt_for_local_execution", features = ["cosmwasm_1_2", "tokenfactory", "staking"] } +clone-cw-multi-test = { git = "https://github.com/abstractsdk/cw-multi-test-fork", branch = "adapt_for_local_execution", features = ["cosmwasm_1_2", "stargate", "tokenfactory", "staking"] } anyhow = { workspace = true } cw-utils = { workspace = true }