Skip to content

Commit 62d85fc

Browse files
committed
git dep
1 parent 6183353 commit 62d85fc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/clone-testing/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ cw-orch-daemon = { workspace = true }
1717
cw-orch-mock = { workspace = true }
1818

1919
# clone-cw-multi-test = { version = "0.7.0" }
20-
clone-cw-multi-test = { path = "../../../cw-multi-test-fork", features = ["cosmwasm_1_2", "tokenfactory", "staking"] }
20+
# 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"] }
2122

2223
anyhow = { workspace = true }
2324
cw-utils = { workspace = true }

0 commit comments

Comments
 (0)