From 6e466514dbf35d72f20f6ab55d044f9999e08a29 Mon Sep 17 00:00:00 2001 From: "Jorge C. Leitao" Date: Fri, 14 Oct 2022 04:52:46 +0000 Subject: [PATCH] Revert "Upgrade to ahash v0.8 (#1271)" This reverts commit 7cd8c495cfd84188208210b2a8a8e4312b8bde96. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b12449953dd..44832bdd997 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ hash_hasher = "^2.0.3" # For SIMD utf8 validation simdutf8 = "0.1.3" # faster hashing -ahash = { version = "0.8" } +ahash = { version = "0.7" } # for timezone support chrono-tz = { version = "0.6", optional = true }