v0.22.0
YANKED Pinned dependencies made this version cause conflicts with other crates.
- BREAKING: Remove
fnvdependency, as runtime performance gain does not justify additional dependency. This was exposed to users ofdarling::usage, so it may be breaking for them #373 - Add
#[darling(default = || expr(val))]support, allowing a closure where a path was previously required #380 - Preserve span information for paths given to
darling::util::Callableas literal strings - Fix some documentation typos