Skip to content

Releases: serde-rs/serde

v0.6.15

05 Jun 01:58
v0.6.15
Compare
Choose a tag to compare

(this release is a Syntex bump only)

v0.6.14

05 Jun 01:58
v0.6.14
Compare
Choose a tag to compare

(this release is a Syntex bump only)

v0.6.13

05 Jun 01:58
v0.6.13
Compare
Choose a tag to compare

(this release is a Syntex bump only)

v0.6.12

14 May 08:23
v0.6.12
Compare
Choose a tag to compare
  • Method visit_struct_field has been added to the Deserializer trait to hint that a struct key is expected (#223 and 064241f)

v0.6.11

14 May 08:25
v0.6.11
Compare
Choose a tag to compare
  • Allow options to be deserialized from units (#217)

v0.6.10

14 May 08:31
v0.6.10
Compare
Choose a tag to compare
  • Fixes panic when a non-struct/enum is annotated (#206)
  • Adds a clippy feature to build with Clippy (bfa2b69)
  • An unknown serde attribute is now an error (#51, #175, #187)

v0.6.9

14 May 08:32
v0.6.9
Compare
Choose a tag to compare

(this release is a Syntex bump only)

v0.6.8

14 May 08:34
v0.6.8
Compare
Choose a tag to compare

(this release is a Syntex bump only)

v0.6.7

05 Jun 02:06
v0.6.7
Compare
Choose a tag to compare

(this release is a Syntex bump only)

v0.6.6

14 May 08:36
v0.6.6
Compare
Choose a tag to compare
  • Adds impls for num::{BigInt, BigUint, Complex, Ratio} (#191)