diff --git a/Cargo.toml b/Cargo.toml index 07d9550..1b92493 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,13 +2,13 @@ name = "yare" description = "Minimal parameterized testing library for Rust 💖" authors = ["Martijn Gribnau "] -version = "1.0.1" +version = "1.0.2" license = "MIT OR Apache-2.0" edition = "2018" documentation = "https://docs.rs/crate/yare" repository = "https://github.com/foresterre/yare" readme = "README.md" -keywords = ["parameterized", "parametrized", "test", "unit-test", "workshop"] +keywords = ["parameterized", "parametrized", "test", "unit-test", "test-case"] categories = ["development-tools", "development-tools::testing"] [package.metadata] @@ -18,4 +18,4 @@ msrv = "1.38" yare-macro = { path = "yare-macro", version = "1.0.0" } [workspace] -members = ["yare-macro"] \ No newline at end of file +members = ["yare-macro"] diff --git a/yare-macro/Cargo.toml b/yare-macro/Cargo.toml index 7c1e8e1..98d2162 100644 --- a/yare-macro/Cargo.toml +++ b/yare-macro/Cargo.toml @@ -8,7 +8,7 @@ description = "Attribute macro crate for the Yare parameterized tests library." documentation = "https://docs.rs/crate/yare-macro" repository = "https://github.com/foresterre/yare" readme = "readme.md" -keywords = ["parameterized", "attribute", "test", "unit-test", "workshop"] +keywords = ["parameterized", "attribute", "test", "unit-test", "test-case"] categories = ["development-tools", "development-tools::testing"] autotests = false