From 474236bf989563d29b56a6aca0b6ee8b13bb51e3 Mon Sep 17 00:00:00 2001 From: Johannes Hengstler Date: Fri, 20 Oct 2023 22:20:46 +0200 Subject: [PATCH] bumped version to 1.1.0 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d1650a..b5249e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "vers-vecs" -version = "1.0.0" +version = "1.1.0" edition = "2021" authors = ["Johannes \"Cydhra\" Hengstler"] description = "A collection of succinct data structures supported by fast implementations of rank and select queries."