From 25a0c97dd10edc1ae069522506a8d943883217e3 Mon Sep 17 00:00:00 2001 From: Johannes Hengstler Date: Fri, 9 Aug 2024 21:53:42 +0200 Subject: [PATCH] bumped version to 1.5 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index e69e3af..b3e11a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] name = "vers-vecs" -version = "1.4.0" +version = "1.5.0" edition = "2021" authors = ["Johannes \"Cydhra\" Hengstler"] description = "A collection of succinct data structures supported by fast implementations of rank and select queries." readme = "readme.md" repository = "https://github.com/Cydhra/vers" license = "MIT OR Apache-2.0" -keywords = ["succinct", "elias-fano", "bitvector", "rank", "select"] +keywords = ["succinct", "elias-fano", "bitvector", "rank", "wavelet-matrix"] categories = ["data-structures", "algorithms"] exclude = [ "images/*",