Skip to content

Commit 45ad915

Browse files
committed
Switch rust-lightning branch
1 parent 03a0646 commit 45ad915

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -39,17 +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-
# Branch: https://github.com/moneydevkit/rust-lightning/commits/austin/mdk-189/configurable-min-channel-reserve/
43-
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e", features = ["std"] }
44-
lightning-types = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e" }
45-
lightning-invoice = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e", features = ["std"] }
46-
lightning-net-tokio = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e" }
47-
lightning-persister = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e" }
48-
lightning-background-processor = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e", features = ["futures"] }
49-
lightning-rapid-gossip-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e" }
50-
lightning-block-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e", features = ["rpc-client", "tokio"] }
51-
lightning-transaction-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e", features = ["esplora-async-https", "time", "electrum"] }
52-
lightning-liquidity = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e", features = ["std"] }
42+
# Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.1.8
43+
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239", features = ["std"] }
44+
lightning-types = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239" }
45+
lightning-invoice = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239", features = ["std"] }
46+
lightning-net-tokio = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239" }
47+
lightning-persister = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239" }
48+
lightning-background-processor = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239", features = ["futures"] }
49+
lightning-rapid-gossip-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239" }
50+
lightning-block-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239", features = ["rpc-client", "tokio"] }
51+
lightning-transaction-sync = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239", features = ["esplora-async-https", "time", "electrum"] }
52+
lightning-liquidity = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239", features = ["std"] }
5353

5454
#lightning = { path = "../rust-lightning/lightning", features = ["std"] }
5555
#lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -100,7 +100,7 @@ winapi = { version = "0.3", features = ["winbase"] }
100100
[dev-dependencies]
101101
# lightning = { version = "0.1.0", features = ["std", "_test_utils"] }
102102
# Branch: https://github.com/moneydevkit/rust-lightning/commits/lsp-0.1.8/
103-
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "52603a9c4179cb849191571964eeadcb451cb33e", features = ["std", "_test_utils"] }
103+
lightning = { git = "https://github.com/moneydevkit/rust-lightning", rev = "32ccae3a83addf576f540756fb1db08f413f2239", features = ["std", "_test_utils"] }
104104
#lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
105105
proptest = "1.0.0"
106106
regex = "1.5.6"

0 commit comments

Comments
 (0)