Skip to content

Releases: serde-rs/json

v1.0.116

16 Apr 05:15
v1.0.116
a3f62bb
Compare
Choose a tag to compare
  • Make module structure comprehensible to static analysis (#1124, thanks @mleonhard)

v1.0.115

26 Mar 06:04
v1.0.115
b1ebf38
Compare
Choose a tag to compare
  • Documentation improvements

v1.0.114

20 Feb 00:18
v1.0.114
e1b3a6d
Compare
Choose a tag to compare
  • Fix unused_imports warnings when compiled by rustc 1.78

v1.0.113

29 Jan 03:45
v1.0.113
09d865b
Compare
Choose a tag to compare
  • Add swap_remove and shift_remove methods on Map (#1109)

v1.0.112

26 Jan 22:03
v1.0.112
7fece96
Compare
Choose a tag to compare
  • Improve formatting of "invalid type" error messages involving floats (#1107)

v1.0.111

04 Jan 07:30
v1.0.111
0131ac6
Compare
Choose a tag to compare
  • Improve floating point parsing performance on loongarch64 (#1100, thanks @heiher)

v1.0.110

04 Jan 07:29
v1.0.110
df5cf21
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

v1.0.109

01 Jan 00:46
v1.0.109
f88bf1f
Compare
Choose a tag to compare
  • Documentation improvements

v1.0.108

30 Oct 15:38
v1.0.108
4bc1eaa
Compare
Choose a tag to compare

v1.0.107

13 Sep 22:54
v1.0.107
b6e113f
Compare
Choose a tag to compare
  • impl IntoDeserializer for &RawValue (#1071)