From cfcc3cd15f177de3011141fe8fa1a7514d60c9df Mon Sep 17 00:00:00 2001 From: "Ifiok Jr." Date: Fri, 13 Dec 2024 20:04:41 +0000 Subject: [PATCH] fix: remove workspace versions for `test_utils_*` --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 976b4b4..606caa0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" }