Compare commits

...

4 Commits

Author SHA1 Message Date
Steve Myers
cd64d12835
Bump version to 0.26.0 2023-01-04 11:15:10 -06:00
Steve Myers
7e8e9921a9
Bump version to 0.26.0-rc.2 2023-01-02 20:26:40 -06:00
rajarshimaitra
31fa4f723a
Update esplora-client 2023-01-02 20:24:53 -06:00
Steve Myers
c741df746b
Bump version to 0.26.0-rc.1 2022-12-27 09:14:29 -08:00

View File

@ -23,7 +23,7 @@ rand = "^0.8"
# Optional dependencies
sled = { version = "0.34", optional = true }
electrum-client = { version = "0.12", optional = true }
esplora-client = { version = "0.2", default-features = false, optional = true }
esplora-client = { version = "0.3", default-features = false, optional = true }
rusqlite = { version = "0.27.0", optional = true }
ahash = { version = "0.7.6", optional = true }
futures = { version = "0.3", optional = true }