Skip to content

Commit 8a797c9

Browse files
committed
Update parameterized to v0.3.1
* Fixed issue where the parameterized-macro depended on a module which was meant to be a private implementation detail.
1 parent 7757e7a commit 8a797c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parameterized"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Martijn Gribnau <[email protected]>"]
55
edition = "2018"
66
license = "MIT OR Apache-2.0"
@@ -12,7 +12,7 @@ keywords = ["parameterized", "parametrized", "test", "unit-test", "junit"]
1212
categories = ["development-tools", "development-tools::testing"]
1313

1414
[dependencies]
15-
parameterized-macro = { path = "parameterized-macro", version = "0.3.0" }
15+
parameterized-macro = { path = "parameterized-macro", version = "=0.3.1" }
1616

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

0 commit comments

Comments
 (0)