From 2fea1761c1ac1b0e0aba6348cd2297d9211ed829 Mon Sep 17 00:00:00 2001 From: Alekos Filini Date: Wed, 17 Mar 2021 15:17:43 +0100 Subject: [PATCH] Bump deps version --- Cargo.toml | 6 +++--- macros/Cargo.toml | 2 +- testutils-macros/Cargo.toml | 2 +- testutils/Cargo.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index ef556c7d..f76d1e7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ readme = "README.md" license = "MIT OR Apache-2.0" [dependencies] -bdk-macros = "^0.3" +bdk-macros = "^0.4" log = "^0.4" miniscript = "5.1" bitcoin = { version = "^0.26", features = ["use-serde"] } @@ -59,8 +59,8 @@ test-electrum = ["electrum"] test-md-docs = ["electrum"] [dev-dependencies] -bdk-testutils = { path = "./testutils"} -bdk-testutils-macros = { path = "./testutils-macros"} +bdk-testutils = "0.4" +bdk-testutils-macros = "0.4" serial_test = "0.4" lazy_static = "1.4" env_logger = "0.7" diff --git a/macros/Cargo.toml b/macros/Cargo.toml index 41bcd28e..492e2e19 100644 --- a/macros/Cargo.toml +++ b/macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-macros" -version = "0.3.0" +version = "0.4.0" authors = ["Alekos Filini "] edition = "2018" homepage = "https://bitcoindevkit.org" diff --git a/testutils-macros/Cargo.toml b/testutils-macros/Cargo.toml index 8fd84703..06a5b7c2 100644 --- a/testutils-macros/Cargo.toml +++ b/testutils-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-testutils-macros" -version = "0.3.0" +version = "0.4.0" authors = ["Alekos Filini "] edition = "2018" homepage = "https://bitcoindevkit.org" diff --git a/testutils/Cargo.toml b/testutils/Cargo.toml index bdd364f7..8f7f2618 100644 --- a/testutils/Cargo.toml +++ b/testutils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk-testutils" -version = "0.3.0" +version = "0.4.0" authors = ["Alekos Filini "] edition = "2018" homepage = "https://bitcoindevkit.org"