From c4bd85f58b763080fff52fbe67081decb2899b33 Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Mon, 28 Aug 2023 11:37:47 -0400 Subject: [PATCH] 2.6.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4ce0b13..8d505c3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "memchr" -version = "2.5.0" #:version +version = "2.6.0" #:version authors = ["Andrew Gallant ", "bluss"] description = "Safe interface to memchr." documentation = "https://docs.rs/memchr/"