Skip to content

Commit 2869459

Browse files
committed
Bump LDK Node dependency to 21eea8c881790db7a90bcad4f7f45f341c72222b
Picks up support for resolving BIP 353 Human-Readable Names (ldk-node PR #630), which adds `Config::hrn_config` and the `HumanReadableNamesConfig` / `HRNResolverConfig` types. Co-Authored-By: HAL 9000
1 parent 570ed52 commit 2869459

2 files changed

Lines changed: 17 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 16 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ldk-server/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "0.1.0"
44
edition = "2021"
55

66
[dependencies]
7-
ldk-node = { git = "https://github.com/lightningdevkit/ldk-node", rev = "c754e2fe85c70741b5e370334cd16856c615265e" }
7+
ldk-node = { git = "https://github.com/lightningdevkit/ldk-node", rev = "21eea8c881790db7a90bcad4f7f45f341c72222b" }
88
serde = { version = "1.0.203", default-features = false, features = ["derive"] }
99
hyper = { version = "1", default-features = false, features = ["server", "http2"] }
1010
http-body-util = { version = "0.1", default-features = false }

0 commit comments

Comments
 (0)