Skip to content

Commit e6f94ce

Browse files
committed
dev: point to val branch
1 parent 8ad197f commit e6f94ce

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

Cargo.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -52,17 +52,17 @@ default = []
5252
#lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
5353
#lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", branch = "main" }
5454

55-
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab", features = ["std"] }
56-
lightning-types = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab" }
57-
lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab", features = ["std"] }
58-
lightning-net-tokio = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab" }
59-
lightning-persister = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab" }
60-
lightning-background-processor = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab" }
61-
lightning-rapid-gossip-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab" }
62-
lightning-block-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab", features = ["rest-client", "rpc-client", "tokio"] }
63-
lightning-transaction-sync = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab", features = ["esplora-async-https", "electrum-rustls-ring", "time"] }
64-
lightning-liquidity = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab" }
65-
lightning-macros = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab" }
55+
lightning = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7", features = ["std"] }
56+
lightning-types = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7" }
57+
lightning-invoice = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7", features = ["std"] }
58+
lightning-net-tokio = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7" }
59+
lightning-persister = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7" }
60+
lightning-background-processor = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7" }
61+
lightning-rapid-gossip-sync = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7" }
62+
lightning-block-sync = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7", features = ["rest-client", "rpc-client", "tokio"] }
63+
lightning-transaction-sync = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7", features = ["esplora-async-https", "electrum-rustls-ring", "time"] }
64+
lightning-liquidity = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7" }
65+
lightning-macros = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7" }
6666

6767
#lightning = { path = "../rust-lightning/lightning", features = ["std"] }
6868
#lightning-types = { path = "../rust-lightning/lightning-types" }
@@ -109,7 +109,7 @@ winapi = { version = "0.3", features = ["winbase"] }
109109
[dev-dependencies]
110110
#lightning = { version = "0.1.0", features = ["std", "_test_utils"] }
111111
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
112-
lightning = { git = "https://github.com/lightningdevkit/rust-lightning", rev = "4e32d85249359d8ef8ece97d89848e40154363ab", features = ["std", "_test_utils"] }
112+
lightning = { git = "https://github.com/valentinewallace/rust-lightning", rev = "20fdbecc6ae8f18ab532cd774ff53cdd979d95a7", features = ["std", "_test_utils"] }
113113
#lightning = { path = "../rust-lightning/lightning", features = ["std", "_test_utils"] }
114114
proptest = "1.0.0"
115115
regex = "1.5.6"

0 commit comments

Comments
 (0)