From ed9fd4385d91dd00ce155150d80f854212a3873d Mon Sep 17 00:00:00 2001 From: Andrew Gallant <jamslam@gmail.com> Date: Tue, 29 Aug 2023 13:17:55 -0400 Subject: [PATCH] 1.6.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4f5a49..0a268c4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bstr" -version = "1.6.0" #:version +version = "1.6.1" #:version authors = ["Andrew Gallant <jamslam@gmail.com>"] description = "A string type that is not required to be valid UTF-8." documentation = "https://docs.rs/bstr"