Skip to content

Commit

Permalink
fix: remove workspace versions for test_utils_*
Browse files Browse the repository at this point in the history
  • Loading branch information
ifiokjr committed Dec 13, 2024
1 parent 26187ab commit cfcc3cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,8 @@ example_program = { path = "./programs/example_program" }
# publishable crates
memory_wallet = { path = "./crates/memory_wallet", version = "0.1.18" }
test_utils_anchor = { path = "./crates/test_utils_anchor" }
test_utils_insta = { path = "./crates/test_utils_insta", version = "0.1.1" }
test_utils_keypairs = { path = "./crates/test_utils_keypairs", version = "0.1.1" }
test_utils_insta = { path = "./crates/test_utils_insta" }
test_utils_keypairs = { path = "./crates/test_utils_keypairs" }
test_utils_solana = { path = "./crates/test_utils_solana" }
wasm_client_anchor = { path = "./crates/wasm_client_anchor", version = "0.8.0" }
wasm_client_solana = { path = "./crates/wasm_client_solana", version = "0.7.2" }
Expand Down

0 comments on commit cfcc3cd

Please sign in to comment.