Skip to content

Commit 23eb027

Browse files
committed
chore: specify path for test_utils_solana in memory_wallet's Cargo.toml
1 parent 2703e28 commit 23eb027

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ memory_wallet = { path = "./crates/memory_wallet", version = "0.1.22" }
9696
test_utils_anchor = { path = "./crates/test_utils_anchor" }
9797
test_utils_insta = { path = "./crates/test_utils_insta" }
9898
test_utils_keypairs = { path = "./crates/test_utils_keypairs" }
99-
test_utils_solana = { path = "./crates/test_utils_solana" }
99+
test_utils_solana = { path = "./crates/test_utils_solana", version = "0.7.3" }
100100
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.8.1" }
101101
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.8.0" }
102102

Diff for: crates/memory_wallet/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ assert2 = { workspace = true }
3232
test-log = { workspace = true, features = ["trace"] }
3333
test_utils_insta = { workspace = true }
3434
test_utils_keypairs = { workspace = true }
35-
test_utils_solana = { workspace = true, features = ["test_validator"] }
35+
test_utils_solana = { path = "../test_utils_solana", features = ["test_validator"] }
3636
tokio = { workspace = true, features = ["test-util"] }
3737

3838
[features]

0 commit comments

Comments
 (0)