From 3d7b3a8162707f83378d7687727574146ed27eb2 Mon Sep 17 00:00:00 2001 From: Roland Bewick Date: Tue, 24 Sep 2024 14:43:55 +0700 Subject: [PATCH] fix: force lightning liquidity dependency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 46bb48143..b40daca08 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ lightning-persister = { version = "0.0.123" } lightning-background-processor = { version = "0.0.123", features = ["futures"] } lightning-rapid-gossip-sync = { version = "0.0.123" } lightning-transaction-sync = { version = "0.0.123", features = ["esplora-async-https", "time"] } -lightning-liquidity = { version = "0.1.0-alpha.4", features = ["std"] } +lightning-liquidity = { version = "=0.1.0-alpha.4", features = ["std"] } # Alby uses forked BDK version with CACHE_ADDR_BATCH_SIZE=1 to reduce unnecessary esplora calls and speed up wallet sync bdk = { git = "https://github.com/getAlby/bdk.git", branch = "0.29-alby-v2", default-features = false, features = ["std", "async-interface", "use-esplora-async", "sqlite-bundled", "keys-bip39"]}