From cdf7b33104e7ca1daf2ab2716672214d091fca99 Mon Sep 17 00:00:00 2001 From: Steve Myers Date: Wed, 17 Feb 2021 11:45:46 -0800 Subject: [PATCH] Bump 'bdk-testutils' version to 0.3.0 --- testutils/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testutils/Cargo.toml b/testutils/Cargo.toml index 8ce0035d..ee6efe60 100644 --- a/testutils/Cargo.toml +++ b/testutils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-testutils" -version = "0.2.0" +version = "0.3.0" authors = ["Alekos Filini "] edition = "2018" homepage = "https://bitcoindevkit.org"