Skip to content

Releases: dtolnay/miniserde

0.1.40

25 Aug 16:26
0.1.40
75aadea
Compare
Choose a tag to compare
  • Support raw identifier fields and variants without needing rename attribute (#56)

0.1.39

08 Apr 18:44
0.1.39
cb94346
Compare
Choose a tag to compare
  • Suppress warning when deriving on deprecated type (#54)

0.1.38

26 Feb 03:23
0.1.38
c0ff471
Compare
Choose a tag to compare
  • Resolve non_local_definitions warning within derive-generated code with rustc 1.78-nightly (#51)

0.1.37

19 Feb 04:28
0.1.37
0240792
Compare
Choose a tag to compare
  • Fix unused_imports warnings when compiled by rustc 1.78

0.1.36

10 Jan 02:37
0.1.36
c095f83
Compare
Choose a tag to compare
  • Fix static_mut_ref warning (#50)

0.1.35

02 Jan 06:53
0.1.35
5a4dd6a
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.1.34

17 Aug 01:12
0.1.34
d44c884
Compare
Choose a tag to compare

0.1.33

16 Aug 21:14
0.1.33
528869d
Compare
Choose a tag to compare
  • Add impls for arrays [T; N] (#47)

0.1.32

21 Jul 04:48
0.1.32
1cc7499
Compare
Choose a tag to compare
  • Documentation improvements

0.1.31

29 Jun 04:00
0.1.31
55cdbfd
Compare
Choose a tag to compare
  • Fix proc_macro_span_shrink-related build error when built with -Zminimal-versions