Skip to content

Commit

Permalink
fix: pin alpha version of ligtning-liquidity
Browse files Browse the repository at this point in the history
  • Loading branch information
rdmitr committed Jan 3, 2025
1 parent fdb3cd8 commit 427433e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ lightning-background-processor = { version = "0.0.125", features = ["futures"] }
lightning-rapid-gossip-sync = { version = "0.0.125" }
lightning-block-sync = { version = "0.0.125", features = ["rpc-client", "tokio"] }
lightning-transaction-sync = { version = "0.0.125", features = ["esplora-async-https", "time"] }
lightning-liquidity = { version = "0.1.0-alpha.6", features = ["std"] }
# FIXME: alby: lightning-liquidity broke API compatibility in the beta release; pin alpha version
lightning-liquidity = { version = "=0.1.0-alpha.6", features = ["std"] }

#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std"] }
#lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
Expand Down

0 comments on commit 427433e

Please sign in to comment.