Releases: taiki-e/derive_utils
Releases · taiki-e/derive_utils
0.14.2
0.14.1
-
Fix "overflow evaluating the requirement" error when the first variant and the other variant have the same type.
-
Fix a bug introduced in 0.14.0.
0.14.0
-
Allow
quote
variables in the trait definition ofquick_derive!
macro.This is considered as a breaking change because it will no longer allow a comma after the trait definition.
-
Change the second argument of
derive_trait
andEnumImpl::from_trait
fromsyn::Path
to&syn::Path
. -
Fix "overflow evaluating the requirement" error on recursive structures without type parameters. (#47)
0.13.2
- Fix diagnostic regression introduced in 0.13.0.
0.13.1
- Fix build error from dependency when built with
-Z minimal-versions
.
0.13.0
- Update
syn
dependency to 2. This increase the minimum supported Rust version from Rust 1.31 to Rust 1.56.
0.12.0
0.11.2
- Exclude unneeded files from crates.io.
0.11.1
- Documentation improvements.