Skip to content

Commit b11e80d

Browse files
committed
fix: remove redundant category from Cargo.toml
1 parent 66cbcef commit b11e80d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ readme = "README.md"
88
license = "Apache-2.0"
99
repository = "https://github.com/lukefleed/compressed-intvec"
1010
keywords = ["compression", "vector", "integer", "data-structures", "succinct"]
11-
categories = ["data-structures", "compression", "vector"]
11+
categories = ["data-structures", "compression"]
1212
exclude = [".github/*", "images/*", "python/*"]
1313

1414
[dependencies]

0 commit comments

Comments
 (0)