From f83070bc1b50457c2dba385002ec3e86a6398efe Mon Sep 17 00:00:00 2001 From: Swapnil Tripathi Date: Tue, 31 Oct 2023 14:54:57 +0530 Subject: [PATCH] remove test_utils Signed-off-by: Swapnil Tripathi --- Cargo.lock | 1 - uniffi_aries_vcx/core/Cargo.toml | 1 - 2 files changed, 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a33747b0c0..0c0652d2d6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5049,7 +5049,6 @@ dependencies = [ "serde", "serde_json", "shared_vcx", - "test_utils", "thiserror", "tokio", "uniffi", diff --git a/uniffi_aries_vcx/core/Cargo.toml b/uniffi_aries_vcx/core/Cargo.toml index 9d9733a12f..73d2ee5353 100644 --- a/uniffi_aries_vcx/core/Cargo.toml +++ b/uniffi_aries_vcx/core/Cargo.toml @@ -21,7 +21,6 @@ aries-vcx = { path = "../../aries_vcx", features = [ "vdrtools_wallet", "credx", ] } -test_utils = { path = "../../tools/test_utils" } tokio = { version = "1.24.1", features = ["rt-multi-thread"] } once_cell = "1.17.0" thiserror = "1.0.38"