Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 478ccf9

Browse files
authored
Merge pull request #95 from tnull/2024-01-upgrade-ldk-to-0.0.120
Upgrade to LDK v0.0.121
2 parents 96be976 + 1ee1a60 commit 478ccf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ std = ["lightning/std", "bitcoin/std"]
1313
no-std = ["hashbrown", "lightning/no-std", "bitcoin/no-std", "core2/alloc"]
1414

1515
[dependencies]
16-
lightning = { version = "0.0.119", default-features = false, features = ["max_level_trace"] }
17-
lightning-invoice = "0.27.0"
16+
lightning = { version = "0.0.121", default-features = false, features = ["max_level_trace"] }
17+
lightning-invoice = "0.29.0"
1818
bitcoin = { version = "0.30.2", default-features = false }
1919
hashbrown = { version = "0.8", optional = true }
2020
core2 = { version = "0.3.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)