Skip to content

Commit a308452

Browse files
committed
f - Make lightning-invoice a dev dependency
1 parent 48aaf2f commit a308452

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lightning-background-processor/Cargo.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ edition = "2018"
1212
[dependencies]
1313
bitcoin = "0.27"
1414
lightning = { version = "0.0.100", path = "../lightning", features = ["allow_wallclock_use"] }
15-
lightning-invoice = { version = "0.8.0", path = "../lightning-invoice" }
1615
lightning-persister = { version = "0.0.100", path = "../lightning-persister" }
1716

1817
[dev-dependencies]
1918
lightning = { version = "0.0.100", path = "../lightning", features = ["_test_utils"] }
20-
19+
lightning-invoice = { version = "0.8.0", path = "../lightning-invoice" }

0 commit comments

Comments
 (0)