Browse Source

aya-obj: explicitly enable hashbrown features

Tamir Duberstein 1 month ago
parent
commit
30182463bd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      aya-obj/Cargo.toml

+ 1 - 1
aya-obj/Cargo.toml

@@ -18,7 +18,7 @@ workspace = true
 
 [dependencies]
 bytes = { workspace = true }
-hashbrown = { workspace = true, default-features = true }
+hashbrown = { workspace = true, features = ["default-hasher", "equivalent"] }
 log = { workspace = true }
 object = { workspace = true, features = ["elf", "read_core"] }
 thiserror = { workspace = true }