Skip to content

Commit 7c7b98b

Browse files
committed
Fix lightning-liquidity to 0.1.0-alpha.4 until upgrade PR.
1 parent 92612dc commit 7c7b98b

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
@@ -35,7 +35,7 @@ lightning-persister = { version = "0.0.123" }
3535
lightning-background-processor = { version = "0.0.123", features = ["futures"] }
3636
lightning-rapid-gossip-sync = { version = "0.0.123" }
3737
lightning-transaction-sync = { version = "0.0.123", features = ["esplora-async-https", "time"] }
38-
lightning-liquidity = { version = "0.1.0-alpha.4", features = ["std"] }
38+
lightning-liquidity = { version = "=0.1.0-alpha.4", features = ["std"] }
3939

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

0 commit comments

Comments
 (0)