From f8a6c7031df1748b8469eb94372e2bd53d82ef1c Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Wed, 22 Jan 2020 13:05:04 -0500 Subject: [PATCH] 0.2.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5873a21..733f971 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bstr" -version = "0.2.9" #:version +version = "0.2.10" #:version authors = ["Andrew Gallant "] description = "A string type that is not required to be valid UTF-8." documentation = "https://docs.rs/bstr"