From fceb1dc6aaace50b3354f99aa37ffe35c77b7084 Mon Sep 17 00:00:00 2001 From: Zack Owens Date: Sun, 9 Jun 2024 10:07:52 -0700 Subject: [PATCH] Release 0.6.8 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2de5873..8a20d74 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "crc32c" -version = "0.6.7" +version = "0.6.8" authors = ["Zack Owens"] license = "Apache-2.0/MIT" keywords = ["crc", "simd"]