Skip to content

Commit 27f827d

Browse files
committed
f Fix tokio dependency in lightning-block-sync
1 parent e2fe813 commit 27f827d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning-block-sync/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ rpc-client = [ "serde_json", "chunked_transfer" ]
2020
[dependencies]
2121
bitcoin = "0.29.0"
2222
lightning = { version = "0.0.118", path = "../lightning" }
23-
tokio = { version = "1.0", features = [ "io-util", "net", "time" ], optional = true }
23+
tokio = { version = "1.0", features = [ "io-util", "net", "time", "rt" ], optional = true }
2424
serde_json = { version = "1.0", optional = true }
2525
chunked_transfer = { version = "1.4", optional = true }
2626

0 commit comments

Comments
 (0)