Skip to content

Commit 0c816c8

Browse files
authored
Merge pull request #375 from G8XSU/ldk-125-upgrade
Upgrade LDK to v0.0.125
2 parents 6372475 + 3ef3c3e commit 0c816c8

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
@@ -28,14 +28,14 @@ panic = 'abort' # Abort on panic
2828
default = []
2929

3030
[dependencies]
31-
lightning = { version = "0.0.124", features = ["std"] }
31+
lightning = { version = "0.0.125", features = ["std"] }
3232
lightning-invoice = { version = "0.32.0" }
33-
lightning-net-tokio = { version = "0.0.124" }
34-
lightning-persister = { version = "0.0.124" }
35-
lightning-background-processor = { version = "0.0.124", features = ["futures"] }
36-
lightning-rapid-gossip-sync = { version = "0.0.124" }
37-
lightning-transaction-sync = { version = "0.0.124", features = ["esplora-async-https", "time"] }
38-
lightning-liquidity = { version = "0.1.0-alpha.5", features = ["std"] }
33+
lightning-net-tokio = { version = "0.0.125" }
34+
lightning-persister = { version = "0.0.125" }
35+
lightning-background-processor = { version = "0.0.125", features = ["futures"] }
36+
lightning-rapid-gossip-sync = { version = "0.0.125" }
37+
lightning-transaction-sync = { version = "0.0.125", features = ["esplora-async-https", "time"] }
38+
lightning-liquidity = { version = "0.1.0-alpha.6", 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" }
@@ -80,7 +80,7 @@ prost = { version = "0.11.6", default-features = false}
8080
winapi = { version = "0.3", features = ["winbase"] }
8181

8282
[dev-dependencies]
83-
lightning = { version = "0.0.124", features = ["std", "_test_utils"] }
83+
lightning = { version = "0.0.125", features = ["std", "_test_utils"] }
8484
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
8585
electrum-client = { version = "0.21.0", default-features = true }
8686
bitcoincore-rpc = { version = "0.19.0", default-features = false }

0 commit comments

Comments
 (0)