diff --git a/Cargo.toml b/Cargo.toml index 2f85814..913ac7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,13 +1,13 @@ [package] edition = "2018" name = "slice-group-by" -description = "Iterators over groups in a slice" -version = "0.3.0" +description = "Iterators over groups in slices and strs" +version = "0.3.1" documentation = "https://docs.rs/slice-group-by" repository = "https://github.com/Kerollmops/slice-group-by" authors = ["Kerollmops "] license = "MIT" -keywords = ["slice", "group"] +keywords = ["str", "slice", "group"] categories = ["algorithms"] [dev-dependencies]