We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c736c commit 5bcdb84Copy full SHA for 5bcdb84
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.15", optional = true }
17
18
[features]
19
default = ["std"]
0 commit comments