Skip to content

Commit 4a574d0

Browse files
committed
Intermittently pin lightning-liquidity
We recently released a new version, which we'll only upgrade to as part of the LDK upgrade PR though. Here we pin the dependency in the meantime to have CI pass again.
1 parent a98d756 commit 4a574d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
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)