File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ resolver = "2"
44
55[workspace .package ]
66edition = " 2024"
7- version = " 0.3.0 "
7+ version = " 0.3.1 "
88authors = [
" Matthieu Gautier <[email protected] >" ]
99repository = " https://github.com/mgautierfr/rustest"
1010homepage = " https://github.com/mgautierfr/rustest"
Original file line number Diff line number Diff line change 11# Rustest's Changelog
22
3+ ## [ 0.3.1] - 2025-06-04
4+
5+ ### Changed
6+
7+ - Rename inner trait method ` ToParamName::into() ` to ` ToParamName::into_param_name() ` to avoid
8+ conflict with ` Into::into() ` in user code.
9+
310## [ 0.3.0] - 2025-06-04
411
512### Added
Original file line number Diff line number Diff line change @@ -11,5 +11,5 @@ keywords.workspace = true
1111categories.workspace = true
1212
1313[dependencies ]
14- rustest = { version = " 0.3.0 " , path = " ../rustest" }
14+ rustest = { version = " 0.3.1 " , path = " ../rustest" }
1515tempfile = " 3.19.1"
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ keywords.workspace = true
1414ctor = { version = " 0.4.1" , features = [" __no_warn_on_missing_unsafe" ] }
1515googletest = { version = " 0.14.0" , optional = true }
1616libtest-mimic = " 0.8.1"
17- rustest-macro = { version = " 0.3.0 " , path = " ../rustest-macro" }
17+ rustest-macro = { version = " 0.3.1 " , path = " ../rustest-macro" }
1818
1919[features ]
2020googletest = [" dep:googletest" ]
You can’t perform that action at this time.
0 commit comments