v0.2.13
github-actions
released this
13 Oct 04:48
·
37 commits
to refs/heads/main
since this release
- Improved interaction with nested attributes (such as those used by the
test_case
crate), that may not have been parsable in the past - Removed generated
test_impl
function, which could have "leaked" into test cases (#28) - Eliminated dependency on
tracing
crate - Bumped minimum supported Rust version to
1.56
- Bumped
syn
dependency to2.0
Full Changelog: v0.2.12...v0.2.13