Skip to content

Commit 5aef9d6

Browse files
committed
Use rust-lightning lsp branch
The lsp branch will be the stable long lived branch representing our fork of rust-lightning going forward.
1 parent b2fc8c0 commit 5aef9d6

1 file changed

Lines changed: 13 additions & 11 deletions

File tree

Cargo.toml

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,17 @@ default = []
3939
# lightning-transaction-sync = { version = "0.1.0", features = ["esplora-async-https", "time", "electrum"] }
4040
# lightning-liquidity = { version = "0.1.0", features = ["std"] }
4141

42-
lightning = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs", features = ["std"] }
43-
lightning-types = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs" }
44-
lightning-invoice = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs", features = ["std"] }
45-
lightning-net-tokio = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs" }
46-
lightning-persister = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs" }
47-
lightning-background-processor = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs", features = ["futures"] }
48-
lightning-rapid-gossip-sync = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs" }
49-
lightning-block-sync = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs", features = ["rpc-client", "tokio"] }
50-
lightning-transaction-sync = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs", features = ["esplora-async-https", "time", "electrum"] }
51-
lightning-liquidity = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs", features = ["std"] }
42+
# Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp/
43+
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16", features = ["std"] }
44+
lightning-types = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16" }
45+
lightning-invoice = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16", features = ["std"] }
46+
lightning-net-tokio = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16" }
47+
lightning-persister = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16" }
48+
lightning-background-processor = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16", features = ["futures"] }
49+
lightning-rapid-gossip-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16" }
50+
lightning-block-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16", features = ["rpc-client", "tokio"] }
51+
lightning-transaction-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16", features = ["esplora-async-https", "time", "electrum"] }
52+
lightning-liquidity = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16", features = ["std"] }
5253

5354
#lightning = { path = "../rust-lightning/lightning", features = ["std"] }
5455
#lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -98,7 +99,8 @@ winapi = { version = "0.3", features = ["winbase"] }
9899

99100
[dev-dependencies]
100101
# lightning = { version = "0.1.0", features = ["std", "_test_utils"] }
101-
lightning = { git = "https://github.com/moneydevkit/rust-lightning", branch = "with-logs", features = ["std", "_test_utils"] }
102+
# Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp/
103+
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "0d09ec44bfa3d3433020424fa1a3c3591b0eda16", features = ["std", "_test_utils"] }
102104
#lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
103105
proptest = "1.0.0"
104106
regex = "1.5.6"

0 commit comments

Comments
 (0)