- Update dependency on
darlingto its latest version (0.14).
- Don't panic on tuple variants. #9
- Update dependency on
darlingto its latest version (0.13).
- Add
#![no_std]tofrom_variantsso the crate works onno_stdtargets.
- Change minimum Rust version from 1.15 to 1.45
- Update Rust to
edition = "2018". - Update dependencies on
syn,quote,darlingto their latest versions. - Drop
error-chaindependency.
- Update dependencies on
syn,quote,darling, anderror-chainto their latest versions.
- Update dependencies on
syn,quote, anddarlingto their latest versions.
- Update dependencies on
syn,quote, anddarlingto their latest versions.
- errors will now be returned all at once, rather than stopping assessment on first error.
- attempting to derive
FromVariantson a struct now causes a compilation error instead of failing silently.
- switched to
darlingfor attribute parsing.
- removed
#[from_variants(no_std)]; generated code will now always refer tocore. Projects usingstdwill not see any adverse effects.