From e7f29d2d3197b785b42b0b01ec32e99b2c60b7a3 Mon Sep 17 00:00:00 2001 From: ultrabear Date: Tue, 29 Aug 2023 23:28:12 -0700 Subject: [PATCH] push 0.1.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 73f3e3c..e854816 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "char_index" -version = "0.1.0" +version = "0.1.1" edition = "2021" keywords = ["string", "chars", "index"] categories = ["data-structures", "no-std"]