From 0faca43744ace148ce9b4df5f4dabb4eb4822850 Mon Sep 17 00:00:00 2001 From: LLFourn Date: Sat, 2 Jan 2021 13:24:14 +1100 Subject: [PATCH] Make testutils dependency path relative --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index aea1df63..f259706a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,8 +60,8 @@ test-electrum = ["electrum"] test-md-docs = ["electrum"] [dev-dependencies] -bdk-testutils = "0.2" -bdk-testutils-macros = "0.2" +bdk-testutils = { path = "./testutils" } +bdk-testutils-macros = { path = "./testutils-macros" } serial_test = "0.4" lazy_static = "1.4" env_logger = "0.7"