Skip to content

Commit 8db198c

Browse files
wip
1 parent dec5cba commit 8db198c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lightning-background-processor/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ rustdoc-args = ["--cfg", "docsrs"]
1616
[features]
1717
futures = [ ]
1818
std = ["lightning/std", "lightning-liquidity/std", "bitcoin-io/std", "bitcoin_hashes/std"]
19-
20-
default = ["std"]
19+
time = ["std"]
20+
default = ["std", "time"]
2121

2222
[dependencies]
2323
bitcoin = { version = "0.32.2", default-features = false }

0 commit comments

Comments
 (0)