mirror of
https://github.com/lightningdevkit/rust-lightning.git
synced 2025-02-24 23:08:36 +01:00
Remove unnecessary restriction on esplora-client
version
This commit is contained in:
parent
f75ad8021b
commit
7b85ebadb6
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ lightning = { version = "0.0.114", path = "../lightning", default-features = fal
|
||||||
bitcoin = { version = "0.29.0", default-features = false }
|
bitcoin = { version = "0.29.0", default-features = false }
|
||||||
bdk-macros = "0.6"
|
bdk-macros = "0.6"
|
||||||
futures = { version = "0.3", optional = true }
|
futures = { version = "0.3", optional = true }
|
||||||
esplora-client = { version = "0.3.0", default-features = false, optional = true }
|
esplora-client = { version = "0.3", default-features = false, optional = true }
|
||||||
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
|
reqwest = { version = "0.11", optional = true, default-features = false, features = ["json"] }
|
||||||
|
|
||||||
[dev-dependencies]
|
[dev-dependencies]
|
||||||
|
|
Loading…
Add table
Reference in a new issue