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 47f8ee0 commit c409f59Copy full SHA for c409f59
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