From 87ae8d6e01f332bf355e67a7b84037275cf6c63c Mon Sep 17 00:00:00 2001 From: FujiApple Date: Fri, 16 Feb 2024 08:41:54 +0800 Subject: [PATCH] chore: bump and pin `ahash` to `0.8.7` --- bounded-static/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bounded-static/Cargo.toml b/bounded-static/Cargo.toml index 0d3a018..1eeb34c 100644 --- a/bounded-static/Cargo.toml +++ b/bounded-static/Cargo.toml @@ -31,7 +31,7 @@ bounded-static-derive = { version = "0.7.0", path = "../bounded-static-derive", smol_str = { version = "0.2.0", optional = true, default_features = false } smallvec = { version = "1.11.1", optional = true, default_features = false } smartstring = { version = "1.0.1", optional = true, default_features = false } -ahash = { version = "0.8.6", optional = true, default-features = false } +ahash = { version = "=0.8.7", optional = true, default-features = false } [package.metadata.docs.rs] all-features = true