From 16ceb6cb30e5c35fd4f584fa19f749ca0c3ec53f Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 14 Apr 2021 17:25:11 +0200 Subject: [PATCH] Bump version of `bdk-testutils-macros` --- testutils-macros/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutils-macros/Cargo.toml b/testutils-macros/Cargo.toml index 06a5b7c2..ca3b22a2 100644 --- a/testutils-macros/Cargo.toml +++ b/testutils-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-testutils-macros" -version = "0.4.0" +version = "0.5.0" authors = ["Alekos Filini "] edition = "2018" homepage = "https://bitcoindevkit.org"