Skip to content

Commit

Permalink
Update parameterized to v0.3.1
Browse files Browse the repository at this point in the history
* Fixed issue where the parameterized-macro depended on a module which was meant to be a private implementation detail.
  • Loading branch information
foresterre committed Jan 7, 2021
1 parent 7757e7a commit 8a797c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parameterized"
version = "0.3.0"
version = "0.3.1"
authors = ["Martijn Gribnau <garm@ilumeo.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand All @@ -12,7 +12,7 @@ keywords = ["parameterized", "parametrized", "test", "unit-test", "junit"]
categories = ["development-tools", "development-tools::testing"]

[dependencies]
parameterized-macro = { path = "parameterized-macro", version = "0.3.0" }
parameterized-macro = { path = "parameterized-macro", version = "=0.3.1" }

[workspace]
members = ["parameterized-macro"]

0 comments on commit 8a797c9

Please sign in to comment.