From: LLFourn Date: Sat, 2 Jan 2021 02:24:14 +0000 (+1100) Subject: Make testutils dependency path relative X-Git-Tag: v0.4.0~36 X-Git-Url: http://internal-gitweb-vhost/script/%22https:/enum.HexToArrayError.html?a=commitdiff_plain;h=0faca43744ace148ce9b4df5f4dabb4eb4822850;p=bdk Make testutils dependency path relative --- 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"