Skip to content

Commit be3cc40

Browse files
committed
f Avoid setting std features on dependencies
1 parent dc34ca2 commit be3cc40

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
@@ -15,7 +15,7 @@ categories = ["cryptography::cryptocurrencies"]
1515

1616
[features]
1717
default = ["std"]
18-
std = ["lightning/std", "bitcoin/std", "lightning-invoice/std"]
18+
std = []
1919

2020
[dependencies]
2121
lightning = { version = "0.0.124", path = "../lightning", default-features = false }
@@ -31,6 +31,7 @@ serde_json = "1.0"
3131

3232
[dev-dependencies]
3333
lightning = { version = "0.0.124", path = "../lightning", default-features = false, features = ["_test_utils"] }
34+
lightning-invoice = { version = "0.32.0", path = "../lightning-invoice", default-features = false, features = ["serde", "std"] }
3435
lightning-persister = { version = "0.0.124", path = "../lightning-persister", default-features = false }
3536
lightning-background-processor = { version = "0.0.124", path = "../lightning-background-processor", default-features = false, features = ["std"] }
3637

0 commit comments

Comments
 (0)