Changed
- Upgrae Rust edition to 2024.
- [BREAKING] When
default
is an expression that uses previous fields,
it'll receive them as reference.
Added
default_where
option to add generic bounds ondefault
.builder_type(attributes(...))
for adding attributes to the builder type
(mainly forderive
)
Removed
- [BREAKING] The
Optional
trait. This is an internal implementation
detail, but some users may have relied on it for customized flows.