Skip to content

Commit f7c9d04

Browse files
Introduce 'time' feature in lightning-liquidity.
This will be used to allow disabling time-dependent functionality. 'time' is included in the features default.
1 parent 65d518b commit f7c9d04

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lightning-liquidity/Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ categories = ["cryptography::cryptocurrencies"]
1414
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
1515

1616
[features]
17-
default = ["std"]
17+
default = ["std", "time"]
1818
std = ["lightning/std"]
19+
time = ["std"]
1920
backtrace = ["dep:backtrace"]
2021

2122
[dependencies]

0 commit comments

Comments
 (0)