Pārlūkot izejas kodu

fix: remove alloc feature of hashbrown

Signed-off-by: Godones <chenlinfeng25@outlook.com>
Godones 3 nedēļas atpakaļ
vecāks
revīzija
f31e471a29
1 mainītis faili ar 1 papildinājumiem un 4 dzēšanām
  1. 1 4
      Cargo.toml

+ 1 - 4
Cargo.toml

@@ -41,10 +41,7 @@ cranelift-frontend = { version = "0.99", optional = true }
 cranelift-jit = { version = "0.99", optional = true }
 cranelift-native = { version = "0.99", optional = true }
 cranelift-module = { version = "0.99", optional = true }
-hashbrown = { version = "0.15", default-features = false, features = [
-    "alloc",
-    "default-hasher",
-] }
+hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }
 
 [dev-dependencies]
 libc = { version = "0.2" }