From f98aab23fd245429ceae143602471f54666fcbba Mon Sep 17 00:00:00 2001 From: Johannes Hengstler Date: Thu, 19 Sep 2024 21:50:48 +0200 Subject: [PATCH] bump version to 1.5.1 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 23f68f6..66efca2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vers-vecs" -version = "1.5.0" +version = "1.5.1" edition = "2021" authors = ["Johannes \"Cydhra\" Hengstler"] description = "A collection of succinct data structures supported by fast implementations of rank and select queries."