Skip to content

Releases: dtolnay/miniserde

0.1.42

03 Mar 07:52
0.1.42
f00b634
Compare
Choose a tag to compare
  • Documentation improvements

0.1.41

08 Dec 19:49
0.1.41
65507bf
Compare
Choose a tag to compare
  • Improve diagnostics when an invalid attribute previously caused no impls to be generated (#59)

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)