From 23ad1c72a2206dca3c68678a83746e4a6a72f2cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Magnenat?= Date: Mon, 15 Jul 2024 15:55:31 +0200 Subject: [PATCH] Disabling unused ahash default features. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34710ca..a365d8e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ categories = ["caching", "data-structures"] travis-ci = { repository = "anderslanglands/ustr", branch = "master" } [dependencies] -ahash = "0.8.3" +ahash = { version = "0.8.3", default-features = false } byteorder = "1.4.3" lazy_static = "1.4.0" parking_lot = "0.12.1"