From a57f243f9a3e084e3879007bce0289a25d7fb530 Mon Sep 17 00:00:00 2001 From: Tom Kaitchuck Date: Mon, 23 Oct 2023 01:02:20 -0700 Subject: [PATCH] Bump version to 0.8.4 Signed-off-by: Tom Kaitchuck --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2d7d679..de42c0b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ahash" -version = "0.8.3" +version = "0.8.4" authors = ["Tom Kaitchuck "] license = "MIT OR Apache-2.0" description = "A non-cryptographic hash function using AES-NI for high performance"