We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4037cd commit f31e471Copy full SHA for f31e471
Cargo.toml
@@ -41,10 +41,7 @@ cranelift-frontend = { version = "0.99", optional = true }
41
cranelift-jit = { version = "0.99", optional = true }
42
cranelift-native = { version = "0.99", optional = true }
43
cranelift-module = { version = "0.99", optional = true }
44
-hashbrown = { version = "0.15", default-features = false, features = [
45
- "alloc",
46
- "default-hasher",
47
-] }
+hashbrown = { version = "0.15", default-features = false, features = ["default-hasher"] }
48
49
[dev-dependencies]
50
libc = { version = "0.2" }
0 commit comments