From af3b25241663358115ce55a6247632a829ba4c38 Mon Sep 17 00:00:00 2001 From: Zack Owens Date: Thu, 8 Feb 2024 08:52:37 -0800 Subject: [PATCH] Release 0.6.5 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index abe0fb3..324ee50 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crc32c" -version = "0.6.4" +version = "0.6.5" authors = ["Zack Owens"] license = "Apache-2.0/MIT" keywords = ["crc", "simd"]