Skip to content

Releases: dtolnay/miniserde

0.1.45

27 Dec 06:37
0.1.45
5a19cba

Choose a tag to compare

  • Update zmij dependency to 1.0

0.1.44

23 Dec 23:03
0.1.44
ef35b50

Choose a tag to compare

  • Switch float-to-string algorithm from Ryū to Żmij for better f32 and f64 serialization performance (#63)

0.1.43

28 Sep 23:17
0.1.43
b9e4a4e

Choose a tag to compare

  • Use differently named __private module per patch release (#62)

0.1.42

03 Mar 07:52
0.1.42
f00b634

Choose a tag to compare

  • Documentation improvements

0.1.41

08 Dec 19:49
0.1.41
65507bf

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

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

Choose a tag to compare

  • Suppress warning when deriving on deprecated type (#54)

0.1.38

26 Feb 03:23
0.1.38
c0ff471

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

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

Choose a tag to compare

  • Fix static_mut_ref warning (#50)