Skip to content

Commit a6bfbd4

Browse files
committed
Merge #2136: Fix bdk_esplora compilation error by bumping esplora_client version
1804699 fix(esplora): Bump `esplora-client` to `0.12.3` (志宇) Pull request description: ### Description I didn't realize #2053 didn't actually compile when I merged it. This PR fixes this by bumping `esplora_client` to `0.12.3` so that the `.get_block_infos` method is always available. ### Changelog ```md Fixed: - Bump `esplora_client` to `0.12.3` so that the `.get_block_infos` method is always available. ``` ### Checklists #### All Submissions: * [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md) ACKs for top commit: oleonardolima: ACK 1804699 luisschwab: ACK 1804699 Tree-SHA512: 1d80cab1173a77286b8946da9c89dce5e86b5d91bca4cb9a6e30b7b0dabcefb6b3ced858c8b235198970a1a7ce368db74ce85735e0a30ae02f95ea3c0c75ef76
2 parents 91db0f2 + 1804699 commit a6bfbd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/esplora/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ workspace = true
1717

1818
[dependencies]
1919
bdk_core = { path = "../core", version = "0.6.1", default-features = false }
20-
esplora-client = { version = "0.12.1", default-features = false }
20+
esplora-client = { version = "0.12.3", default-features = false }
2121
async-trait = { version = "0.1.66", optional = true }
2222
futures = { version = "0.3.26", optional = true }
2323
serde_json = { version = "1.0", features = ["alloc"] }

0 commit comments

Comments
 (0)