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.
serde
lightning-invoice
1 parent 9b2d689 commit 5911778Copy full SHA for 5911778
1 file changed
lightning-invoice/Cargo.toml
@@ -20,7 +20,7 @@ std = []
20
[dependencies]
21
bech32 = { version = "0.11.0", default-features = false }
22
lightning-types = { version = "0.3.0", path = "../lightning-types", default-features = false }
23
-serde = { version = "1.0.118", optional = true }
+serde = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
24
bitcoin = { version = "0.32.2", default-features = false, features = ["secp-recovery"] }
25
26
[dev-dependencies]
0 commit comments