Skip to content

Commit

Permalink
Merge pull request #50 from getAlby/fix/build
Browse files Browse the repository at this point in the history
fix: force lightning liquidity dependency
  • Loading branch information
rolznz authored Sep 24, 2024
2 parents 62cad89 + 78f32af commit 9c1e2aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish-bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ concurrency:
cancel-in-progress: true

env:
RUST_VERSION: 1.78
RUST_VERSION: 1.78.0

jobs:
setup:
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"]}
Expand Down

0 comments on commit 9c1e2aa

Please sign in to comment.