From 934ec366d94a3a3bbdac5333ed36311dfda392e8 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 12 May 2021 14:20:23 +0200 Subject: [PATCH] Use the released `testutils-macros` --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fa19d868..3fb78f9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -60,7 +60,7 @@ test-md-docs = ["electrum"] [dev-dependencies] bdk-testutils = "0.4" -bdk-testutils-macros = { path = "testutils-macros"} +bdk-testutils-macros = "0.6" serial_test = "0.4" lazy_static = "1.4" env_logger = "0.7"