Skip to content

Commit

Permalink
bumped version to 1.3.0, changed keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
Cydhra committed Apr 11, 2024
1 parent 5995137 commit c5cda57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
name = "vers-vecs"
version = "1.2.1"
version = "1.3.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", "bit-vector", "elias-fano", "rmq", "bitvector"]
keywords = ["succinct", "elias-fano", "bitvector", "rank", "select"]
categories = ["data-structures", "algorithms"]
exclude = [
"images/*",
Expand Down

0 comments on commit c5cda57

Please sign in to comment.