Skip to content

Commit f6cfda7

Browse files
committed
Increment version
1 parent 22d92f9 commit f6cfda7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ version = "1.0.0"
66
license = "MIT OR Apache-2.0"
77
edition = "2018"
88
documentation = "https://docs.rs/crate/yare"
9-
repository = "https://github.com/foresterre/workshop/yare"
9+
repository = "https://github.com/foresterre/yare"
1010
readme = "README.md"
1111
keywords = ["parameterized", "parametrized", "test", "unit-test", "workshop"]
1212
categories = ["development-tools", "development-tools::testing"]

yare-macro/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
[package]
22
name = "yare-macro"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
77
description = "Attribute macro crate for the Yare parameterized tests library."
88
documentation = "https://docs.rs/crate/yare-macro"
9-
repository = "https://github.com/foresterre/workshop/yare"
9+
repository = "https://github.com/foresterre/yare"
1010
readme = "readme.md"
1111
keywords = ["parameterized", "attribute", "test", "unit-test", "workshop"]
1212
categories = ["development-tools", "development-tools::testing"]

0 commit comments

Comments
 (0)