]> Untitled Git - bdk/commitdiff
Make testutils dependency path relative
authorLLFourn <lloyd.fourn@gmail.com>
Sat, 2 Jan 2021 02:24:14 +0000 (13:24 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Fri, 22 Jan 2021 03:33:37 +0000 (14:33 +1100)
Cargo.toml

index aea1df63d07179f42fba8f824b032576efaf15d0..f259706a09ebbd195204caef3e53474f3cce61f8 100644 (file)
@@ -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"