We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2d87ef commit af99a94Copy full SHA for af99a94
no-std-check/Cargo.toml
@@ -7,5 +7,5 @@ edition = "2018"
7
default = ["lightning/no-std", "lightning-invoice/no-std"]
8
9
[dependencies]
10
-lightning = { version = "0.0.105", path = "../lightning", default-features = false }
11
-lightning-invoice = { version = "0.13.0", path = "../lightning-invoice", default-features = false }
+lightning = { path = "../lightning", default-features = false }
+lightning-invoice = { path = "../lightning-invoice", default-features = false }
0 commit comments