From d5ba8790c77ebe05072ed9bd2bc0ed1c2e781fc7 Mon Sep 17 00:00:00 2001 From: Alexey Kozhevnikov Date: Mon, 23 Oct 2023 06:21:35 -0700 Subject: [PATCH] temporary fix for mac cargo builds Summary: https://github.com/tkaitchuck/aHash/issues/170 Reviewed By: lmvasquezg Differential Revision: D50553125 fbshipit-source-id: d25115a99097dd017dc6da382b4b69963eb32766 --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index e9770274ea41..c16fc2f9bfaf 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -107,6 +107,7 @@ members = [ resolver = "2" [workspace.dependencies] +ahash = "0.8.0, <0.8.4" anyhow = "1.0.65" anymap = "0.12.1" arc-swap = "1.6.0"