From 199f716ebbb7495eb0d75956dffccadf9c4e02bc Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Mon, 22 Mar 2021 10:24:21 -0700 Subject: [PATCH] Fix bdk-testutils-macros version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ec8b94e..161f7a54 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ test-md-docs = ["electrum"] [dev-dependencies] bdk-testutils = "0.4" -bdk-testutils-macros = "0.4" +bdk-testutils-macros = { path = "./testutils-macros"} serial_test = "0.4" lazy_static = "1.4" env_logger = "0.7"