Skip to content

Commit f31e471

Browse files
Godonesqmonnet
authored andcommitted
fix: remove alloc feature of hashbrown
Signed-off-by: Godones <[email protected]>
1 parent b4037cd commit f31e471

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,7 @@ cranelift-frontend = { version = "0.99", optional = true }
4141
cranelift-jit = { version = "0.99", optional = true }
4242
cranelift-native = { version = "0.99", optional = true }
4343
cranelift-module = { version = "0.99", optional = true }
44-
hashbrown = { version = "0.15", default-features = false, features = [
45-
"alloc",
46-
"default-hasher",
47-
] }
44+
hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }
4845

4946
[dev-dependencies]
5047
libc = { version = "0.2" }

0 commit comments

Comments
 (0)