Releases: dtolnay/miniserde
Releases · dtolnay/miniserde
0.1.42
- Documentation improvements
0.1.41
- Improve diagnostics when an invalid attribute previously caused no impls to be generated (#59)
0.1.40
- Support raw identifier fields and variants without needing
rename
attribute (#56)
0.1.39
- Suppress warning when deriving on deprecated type (#54)
0.1.38
- Resolve non_local_definitions warning within derive-generated code with rustc 1.78-nightly (#51)
0.1.37
- Fix unused_imports warnings when compiled by rustc 1.78
0.1.36
- Fix static_mut_ref warning (#50)
0.1.35
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.1.33
- Add impls for arrays [T; N] (#47)