We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48aaf2f commit a308452Copy full SHA for a308452
lightning-background-processor/Cargo.toml
@@ -12,9 +12,8 @@ edition = "2018"
12
[dependencies]
13
bitcoin = "0.27"
14
lightning = { version = "0.0.100", path = "../lightning", features = ["allow_wallclock_use"] }
15
-lightning-invoice = { version = "0.8.0", path = "../lightning-invoice" }
16
lightning-persister = { version = "0.0.100", path = "../lightning-persister" }
17
18
[dev-dependencies]
19
lightning = { version = "0.0.100", path = "../lightning", features = ["_test_utils"] }
20
-
+lightning-invoice = { version = "0.8.0", path = "../lightning-invoice" }
0 commit comments