From b93d817ea62ee42da6d47280be2310a6154a0518 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Thu, 28 Dec 2023 16:57:21 -0500 Subject: [PATCH] 2.7.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a57e649..e5555ea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memchr" -version = "2.6.4" #:version +version = "2.7.0" #:version authors = ["Andrew Gallant ", "bluss"] description = """ Provides extremely fast (uses SIMD on x86_64, aarch64 and wasm32) routines for