Skip to content

Commit 466ab9f

Browse files
committed
f
1 parent 22acd4c commit 466ab9f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,11 @@ electrsd = { git = "https://github.com/tnull/electrsd.git", branch = "2025-03-co
106106
#corepc-node = { version = "0.6.1", default-features = false, features = ["28_0"] }
107107
electrsd = { git = "https://github.com/tnull/electrsd.git", branch = "2025-03-corepc-retry-pr", default-features = false, features = ["legacy"] }
108108
corepc-node = { git = "https://github.com/tnull/corepc.git", branch = "2025-03-retry-initial-client-connections", default-features = false, features = ["28_0"] }
109+
corepc-client = { git = "https://github.com/tnull/corepc.git", branch = "2025-03-retry-initial-client-connections", default-features = false, features = ["client-sync"] }
110+
109111

110112
[target.'cfg(cln_test)'.dev-dependencies]
111113
clightningrpc = { version = "0.3.0-beta.8", default-features = false }
112-
113114
[build-dependencies]
114115
uniffi = { version = "0.27.3", features = ["build"], optional = true }
115116

0 commit comments

Comments
 (0)