Skip to content

Releases: serde-rs/serde

v1.0.161

04 May 23:49
v1.0.161
3e4a23c
Compare
Choose a tag to compare
  • Improve error messages produced by serde_test on test failure (#2435, thanks @Mingun)

v1.0.160

11 Apr 05:16
v1.0.160
0c6a2bb
Compare
Choose a tag to compare

v1.0.159

28 Mar 05:07
v1.0.159
d6de911
Compare
Choose a tag to compare
  • Accept empty #[serde()] attribute (#2422)

v1.0.158

20 Mar 11:29
v1.0.158
e305810
Compare
Choose a tag to compare
  • Fix "expected serde crate attribute to be a string" error when using macro_rules metavariable inside of serde attribute: #[serde(crate = $serde_path)] (#2409)

v1.0.157

18 Mar 00:36
v1.0.157
479a00a
Compare
Choose a tag to compare
  • Update syn dependency to 2.x

v1.0.156

14 Mar 08:12
v1.0.156
5467125
Compare
Choose a tag to compare
  • Documentation improvements

v1.0.155

11 Mar 21:00
v1.0.155
2ba4067
Compare
Choose a tag to compare
  • Support Serialize and Deserialize impls for core::ffi::CStr and alloc::ffi::CString without "std" feature (#2374, thanks @safarir)

v1.0.154

08 Mar 20:11
v1.0.154
6a5da85
Compare
Choose a tag to compare
  • Fix "undeclared lifetime" error in generated code when deriving Deserialize for an enum with both flatten and 'static fields (#2383, thanks @Mingun)

v1.0.153

07 Mar 18:55
v1.0.153
e50b14a
Compare
Choose a tag to compare
  • Support serde(alias = "…") attribute used inside of flattened struct (#2387, thanks @bebecue)

v1.0.152

26 Dec 17:22
v1.0.152
ccf9c6f
Compare
Choose a tag to compare
  • Documentation improvements