Skip to content

Commit af99a94

Browse files
committed
f - Remove version numbers from no-std-check deps
1 parent e2d87ef commit af99a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

no-std-check/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ edition = "2018"
77
default = ["lightning/no-std", "lightning-invoice/no-std"]
88

99
[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 }
10+
lightning = { path = "../lightning", default-features = false }
11+
lightning-invoice = { path = "../lightning-invoice", default-features = false }

0 commit comments

Comments
 (0)