Skip to content

Commit 6138129

Browse files
committed
Pin lightning-liquidity in Cargo.toml
In the meantime `lightning-liquidity` v0.1.0 was released, which will have builds of LDK Node v0.4.2 fail as `cargo` by default treats it as compatible (even though it's not) and tries to upgrade to the latest version. While users could pin the crate version back themselves, we here pin it for the time being to fix the v0.4.x builds.
1 parent 2156611 commit 6138129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ lightning-background-processor = { version = "0.0.125", features = ["futures"] }
3636
lightning-rapid-gossip-sync = { version = "0.0.125" }
3737
lightning-block-sync = { version = "0.0.125", features = ["rpc-client", "tokio"] }
3838
lightning-transaction-sync = { version = "0.0.125", features = ["esplora-async-https", "time"] }
39-
lightning-liquidity = { version = "0.1.0-alpha.6", features = ["std"] }
39+
lightning-liquidity = { version = "=0.1.0-alpha.6", features = ["std"] }
4040

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

0 commit comments

Comments
 (0)