Skip to content

Commit e9c12cf

Browse files
committed
Upgrade LDK to v0.0.121
1 parent bed4a0e commit e9c12cf

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

3030
[dependencies]
31-
lightning = { version = "0.0.120", features = ["std"] }
32-
lightning-invoice = { version = "0.28.0" }
33-
lightning-net-tokio = { version = "0.0.120" }
34-
lightning-persister = { version = "0.0.120" }
35-
lightning-background-processor = { version = "0.0.120", features = ["futures"] }
36-
lightning-rapid-gossip-sync = { version = "0.0.120" }
37-
lightning-transaction-sync = { version = "0.0.120", features = ["esplora-async-https", "time"] }
31+
lightning = { version = "0.0.121", features = ["std"] }
32+
lightning-invoice = { version = "0.29.0" }
33+
lightning-net-tokio = { version = "0.0.121" }
34+
lightning-persister = { version = "0.0.121" }
35+
lightning-background-processor = { version = "0.0.121", features = ["futures"] }
36+
lightning-rapid-gossip-sync = { version = "0.0.121" }
37+
lightning-transaction-sync = { version = "0.0.121", features = ["esplora-async-https", "time"] }
3838

3939
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std"] }
4040
#lightning-invoice = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main" }
@@ -75,7 +75,7 @@ prost = { version = "0.11.6", default-features = false}
7575
winapi = { version = "0.3", features = ["winbase"] }
7676

7777
[dev-dependencies]
78-
lightning = { version = "0.0.120", features = ["std", "_test_utils"] }
78+
lightning = { version = "0.0.121", features = ["std", "_test_utils"] }
7979
#lightning = { git = "https://github.com/lightningdevkit/rust-lightning", branch="main", features = ["std", "_test_utils"] }
8080
electrum-client = { version = "0.15.1", default-features = true }
8181
bitcoincore-rpc = { version = "0.17.0", default-features = false }

0 commit comments

Comments
 (0)