-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9ec8eaa
commit 90dac03
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "yare" | ||
description = "Lean library for writing parameterized test cases in Rust 💖" | ||
authors = ["Martijn Gribnau <[email protected]>"] | ||
version = "1.0.2" | ||
version = "2.0.0" | ||
license = "MIT OR Apache-2.0" | ||
edition = "2021" | ||
documentation = "https://docs.rs/crate/yare" | ||
|
@@ -13,7 +13,7 @@ categories = ["development-tools", "development-tools::testing"] | |
rust-version = "1.56" | ||
|
||
[dependencies] | ||
yare-macro = { path = "yare-macro", version = "1.0.0" } | ||
yare-macro = { path = "yare-macro", version = "2.0.0" } | ||
|
||
[workspace] | ||
members = ["yare-macro"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "yare-macro" | ||
version = "1.0.1" | ||
version = "2.0.0" | ||
authors = ["Martijn Gribnau <[email protected]>"] | ||
edition = "2021" | ||
license = "MIT OR Apache-2.0" | ||
|