Skip to content

Commit 1aa560f

Browse files
committed
Add stargate feature for clone-cw-multi-test
1 parent 4cb2e3a commit 1aa560f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/clone-testing/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ cw-orch-mock = { workspace = true }
1818

1919
# clone-cw-multi-test = { version = "0.7.0" }
2020
# clone-cw-multi-test = { path = "../../../cw-multi-test-fork", features = ["cosmwasm_1_2", "tokenfactory", "staking"] }
21-
clone-cw-multi-test = { git = "https://github.com/abstractsdk/cw-multi-test-fork", branch = "adapt_for_local_execution", features = ["cosmwasm_1_2", "tokenfactory", "staking"] }
21+
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"] }
2222

2323
anyhow = { workspace = true }
2424
cw-utils = { workspace = true }

0 commit comments

Comments
 (0)