diff --git a/Cargo.lock b/Cargo.lock index 2b22f39..de428b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -189,7 +189,7 @@ checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797" [[package]] name = "gdsl" -version = "0.1.1" +version = "0.2.0" dependencies = [ "ahash", "criterion", diff --git a/Cargo.toml b/Cargo.toml index bdfd507..b2b1059 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gdsl" -version = "0.1.1" +version = "0.2.0" edition = "2021" readme = "README.md" license = "MIT/Apache-2.0" @@ -14,8 +14,8 @@ smart pointers. """ repository = "https://github.com/juliuskoskela/gdsl" -keywords = ["data-structure", "graph", "algorithms", "containers", "graph-theory"] -categories = ["data-structure", "algorithms", "mathematics", "science"] +keywords = ["data-structures", "graphs", "algorithms", "containers", "graph-theory"] +categories = ["data-structures", "algorithms", "mathematics", "science"] [dependencies] min-max-heap = "1.3.0"