From 59697a2648860e0f75a5efbb9913cd81a7e1bd24 Mon Sep 17 00:00:00 2001 From: Rob Ede Date: Thu, 14 Oct 2021 03:05:25 +0100 Subject: [PATCH] fix ci --- bytestring/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bytestring/Cargo.toml b/bytestring/Cargo.toml index 3dbf07b7..ba14f7be 100644 --- a/bytestring/Cargo.toml +++ b/bytestring/Cargo.toml @@ -24,4 +24,4 @@ serde = { version = "1.0", optional = true } [dev-dependencies] serde_json = "1.0" -ahash = { version = "0.7", default-features = false } +ahash = { version = "=0.7.4", default-features = false }