소스 검색

fix: remove alloc feature of hashbrown

Signed-off-by: Godones <chenlinfeng25@outlook.com>
Godones 3 주 전
부모
커밋
f31e471a29
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  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" }