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

Commit 1ee1a60

Browse files
committed
Upgrade to LDK v0.0.121
1 parent e9bfcb4 commit 1ee1a60

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.120", default-features = false, features = ["max_level_trace"] }
17-
lightning-invoice = "0.28.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)