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 7bc52aa commit c49c994Copy full SHA for c49c994
lightning-invoice/Cargo.toml
@@ -24,7 +24,7 @@ lightning = { version = "0.0.111", path = "../lightning", default-features = fal
24
secp256k1 = { version = "0.24.0", default-features = false, features = ["recovery", "alloc"] }
25
num-traits = { version = "0.2.8", default-features = false }
26
bitcoin_hashes = { version = "0.11", default-features = false }
27
-hashbrown = { version = "0.8", optional = true }
+hashbrown = { version = "0.12", optional = true }
28
serde = { version = "1.0.118", optional = true }
29
30
[dev-dependencies]
0 commit comments