We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bc45b5 commit 6d93c91Copy full SHA for 6d93c91
crates/core/Cargo.toml
@@ -13,7 +13,7 @@ readme = "README.md"
13
[dependencies]
14
bitcoin = { version = "0.32", default-features = false }
15
serde = { version = "1", optional = true, features = ["derive", "rc"] }
16
-hashbrown = { version = "0.9.1", optional = true }
+hashbrown = { version = "0.14.5", optional = true }
17
18
[features]
19
default = ["std"]
0 commit comments