Skip to content

Commit cfcc3cd

Browse files
committed
fix: remove workspace versions for test_utils_*
1 parent 26187ab commit cfcc3cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ example_program = { path = "./programs/example_program" }
9595
# publishable crates
9696
memory_wallet = { path = "./crates/memory_wallet", version = "0.1.18" }
9797
test_utils_anchor = { path = "./crates/test_utils_anchor" }
98-
test_utils_insta = { path = "./crates/test_utils_insta", version = "0.1.1" }
99-
test_utils_keypairs = { path = "./crates/test_utils_keypairs", version = "0.1.1" }
98+
test_utils_insta = { path = "./crates/test_utils_insta" }
99+
test_utils_keypairs = { path = "./crates/test_utils_keypairs" }
100100
test_utils_solana = { path = "./crates/test_utils_solana" }
101101
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.8.0" }
102102
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.2" }

0 commit comments

Comments
 (0)