From bf20dc2d7141cb55989219840a0e3d1696a51cf8 Mon Sep 17 00:00:00 2001 From: Erich Gubler Date: Thu, 2 May 2024 14:31:27 -0400 Subject: [PATCH] build: remove unnecessary `allocator-api2` dep. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ecc06f..2dd759c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ circle-ci = { repository = "kyren/hashlink", branch = "master" } serde_impl = ["serde"] [dependencies] -hashbrown = "0.14.3" +hashbrown = { version = "0.14.3", default-features = false, features = ["ahash", "inline-more"] } serde = { version = "1.0", default-features = false, optional = true } [dev-dependencies]