From 28b7bc938deed0bf5fa10e21b055d70794409db2 Mon Sep 17 00:00:00 2001 From: ultrabear Date: Fri, 31 Mar 2023 22:48:36 -0700 Subject: [PATCH] bump version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ca06a03..10b118a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prefix_array" -version = "0.1.0" +version = "0.2.0" edition = "2021" keywords = ["array", "collection", "generic", "prefix", "search"] categories = ["data-structures", "text-processing"]