From 6a04c6982f51540794a4ded6c922f05782a839c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BF=97=E5=AE=87?= Date: Sat, 15 Jun 2024 22:25:09 +0800 Subject: [PATCH] chore(esplora): bump client version to 0.9.0 --- crates/esplora/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/esplora/Cargo.toml b/crates/esplora/Cargo.toml index c7192709e..05b8954b2 100644 --- a/crates/esplora/Cargo.toml +++ b/crates/esplora/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bdk_esplora" -version = "0.15.0" +version = "0.16.0" edition = "2021" homepage = "https://bitcoindevkit.org" repository = "https://github.com/bitcoindevkit/bdk" @@ -13,7 +13,7 @@ readme = "README.md" [dependencies] bdk_chain = { path = "../chain", version = "0.16.0", default-features = false } -esplora-client = { version = "0.8.0", default-features = false } +esplora-client = { version = "0.9.0", git = "https://github.com/evanlinjin/rust-esplora-client", branch = "v0_9_0", default-features = false } async-trait = { version = "0.1.66", optional = true } futures = { version = "0.3.26", optional = true }