Skip to content

Commit dae7703

Browse files
author
Martijn
committed
Bump version to 1.0.2
1 parent 0c9151a commit dae7703

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
name = "yare"
33
description = "Minimal parameterized testing library for Rust 💖"
44
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
5-
version = "1.0.1"
5+
version = "1.0.2"
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
88
documentation = "https://docs.rs/crate/yare"
99
repository = "https://github.com/foresterre/yare"
1010
readme = "README.md"
11-
keywords = ["parameterized", "parametrized", "test", "unit-test", "workshop"]
11+
keywords = ["parameterized", "parametrized", "test", "unit-test", "test-case"]
1212
categories = ["development-tools", "development-tools::testing"]
1313

1414
[package.metadata]
@@ -18,4 +18,4 @@ msrv = "1.38"
1818
yare-macro = { path = "yare-macro", version = "1.0.0" }
1919

2020
[workspace]
21-
members = ["yare-macro"]
21+
members = ["yare-macro"]

yare-macro/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = "Attribute macro crate for the Yare parameterized tests library."
88
documentation = "https://docs.rs/crate/yare-macro"
99
repository = "https://github.com/foresterre/yare"
1010
readme = "readme.md"
11-
keywords = ["parameterized", "attribute", "test", "unit-test", "workshop"]
11+
keywords = ["parameterized", "attribute", "test", "unit-test", "test-case"]
1212
categories = ["development-tools", "development-tools::testing"]
1313

1414
autotests = false

0 commit comments

Comments
 (0)