Skip to content

Commit

Permalink
Bump version to 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Martijn committed Aug 19, 2022
1 parent 0c9151a commit dae7703
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
name = "yare"
description = "Minimal parameterized testing library for Rust 💖"
authors = ["Martijn Gribnau <[email protected]>"]
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]
Expand All @@ -18,4 +18,4 @@ msrv = "1.38"
yare-macro = { path = "yare-macro", version = "1.0.0" }

[workspace]
members = ["yare-macro"]
members = ["yare-macro"]
2 changes: 1 addition & 1 deletion yare-macro/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dae7703

Please sign in to comment.