Skip to content

Commit 15c9385

Browse files
committed
Bump esplora-client dependency to 0.2
1 parent 82a7e51 commit 15c9385

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ rand = "^0.8"
2323
# Optional dependencies
2424
sled = { version = "0.34", optional = true }
2525
electrum-client = { version = "0.12", optional = true }
26-
esplora-client = { git = "https://github.com/bitcoindevkit/rust-esplora-client.git", rev = "64471d9d34e6224cc4226227d0c92981c12cd72d", default-features = false, optional = true }
26+
esplora-client = { version = "0.2", default-features = false, optional = true }
2727
rusqlite = { version = "0.27.0", optional = true }
2828
ahash = { version = "0.7.6", optional = true }
2929
futures = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)