Skip to content

Commit

Permalink
chore: Release
Browse files Browse the repository at this point in the history
  • Loading branch information
foresterre committed Oct 15, 2023
1 parent 9ec8eaa commit 90dac03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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"]
2 changes: 1 addition & 1 deletion yare-macro/Cargo.toml
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"
Expand Down

0 comments on commit 90dac03

Please sign in to comment.