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