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

Commit e27e804

Browse files
authored
Merge pull request #37 from johncantrell97/ldk-118
upgrade to ldk 118
2 parents 40cc652 + 7165ddb commit e27e804

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ description = "Types and primitives to integrate a spec-compliant LSP with an LD
88
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
99

1010
[dependencies]
11-
lightning = { version = "0.0.117", default-features = false, features = ["max_level_trace", "std"] }
12-
lightning-invoice = "0.25.0"
11+
lightning = { version = "0.0.118", default-features = false, features = ["max_level_trace", "std"] }
12+
lightning-invoice = "0.26.0"
1313

1414
bitcoin = "0.29.0"
1515

0 commit comments

Comments
 (0)