Make testutils dependency path relative

This commit is contained in:
LLFourn 2021-01-02 13:24:14 +11:00
parent 6f66de3d16
commit 0faca43744
No known key found for this signature in database
GPG Key ID: A27093B54DA11F65

View 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"