Skip to content

Commit 109b1d5

Browse files
committed
FIXME: Update Cargo.toml to point to blanket-impl-PR-branch
1 parent 95fc7ea commit 109b1d5

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ default = []
3636
#lightning-rapid-gossip-sync = { version = "0.0.121" }
3737
#lightning-transaction-sync = { version = "0.0.121", features = ["esplora-async-https", "time"] }
3838

39-
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev="a9d73c2889d6ad33a8527778436633cb4173b63e", features = ["std"] }
40-
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev="a9d73c2889d6ad33a8527778436633cb4173b63e" }
41-
lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev="a9d73c2889d6ad33a8527778436633cb4173b63e" }
42-
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev="a9d73c2889d6ad33a8527778436633cb4173b63e" }
43-
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev="a9d73c2889d6ad33a8527778436633cb4173b63e", features = ["futures"] }
44-
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev="a9d73c2889d6ad33a8527778436633cb4173b63e" }
45-
lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev="a9d73c2889d6ad33a8527778436633cb4173b63e", features = ["esplora-async"] }
39+
lightning = { git = "https://github.com/tnull/rust-lightning", rev="bf4c7292c6783eee6d640e372f616be24468ac55", features = ["std"] }
40+
lightning-invoice = { git = "https://github.com/tnull/rust-lightning", rev="bf4c7292c6783eee6d640e372f616be24468ac55" }
41+
lightning-net-tokio = { git = "https://github.com/tnull/rust-lightning", rev="bf4c7292c6783eee6d640e372f616be24468ac55" }
42+
lightning-persister = { git = "https://github.com/tnull/rust-lightning", rev="bf4c7292c6783eee6d640e372f616be24468ac55" }
43+
lightning-background-processor = { git = "https://github.com/tnull/rust-lightning", rev="bf4c7292c6783eee6d640e372f616be24468ac55", features = ["futures"] }
44+
lightning-rapid-gossip-sync = { git = "https://github.com/tnull/rust-lightning", rev="bf4c7292c6783eee6d640e372f616be24468ac55" }
45+
lightning-transaction-sync = { git = "https://github.com/tnull/rust-lightning", rev="bf4c7292c6783eee6d640e372f616be24468ac55", features = ["esplora-async"] }
4646

4747
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std"] }
4848
#lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
@@ -85,7 +85,7 @@ winapi = { version = "0.3", features = ["winbase"] }
8585
[dev-dependencies]
8686
#lightning = { version = "0.0.121", features = ["std", "_test_utils"] }
8787
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
88-
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev="a9d73c2889d6ad33a8527778436633cb4173b63e", features = ["std", "_test_utils"] }
88+
lightning = { git = "https://github.com/tnull/rust-lightning", rev="bf4c7292c6783eee6d640e372f616be24468ac55", features = ["std", "_test_utils"] }
8989
electrum-client = { version = "0.15.1", default-features = true }
9090
bitcoincore-rpc = { version = "0.17.0", default-features = false }
9191
proptest = "1.0.0"

0 commit comments

Comments
 (0)