Skip to content

Releases: dtolnay/erased-serde

0.3.18

22 Jan 01:15
0.3.18
a9156aa
Compare
Choose a tag to compare

0.3.17

25 Dec 19:18
0.3.17
05984b7
Compare
Choose a tag to compare
  • Fix "invalid cast: alloc::string::String to alloc::string::String" (#47)

0.3.16

18 Jun 14:09
0.3.16
d957be7
Compare
Choose a tag to compare
  • Fix bug where i16 is deserialized as u16 (#45, thanks @minghuaw)

0.3.15

25 May 03:03
0.3.15
c4b5b62
Compare
Choose a tag to compare
  • Include integration test sources in the published crate

0.3.14

24 May 19:13
0.3.14
95ba854
Compare
Choose a tag to compare
  • Eliminate heap allocation of small values up to 2 words (#43)

0.3.13

27 Dec 21:04
0.3.13
686cbad
Compare
Choose a tag to compare
  • Documentation improvements

0.3.12

27 Dec 21:04
0.3.12
a290b11
Compare
Choose a tag to compare
  • Documentation improvements

0.3.11

28 Mar 04:49
0.3.11
81a4f8d
Compare
Choose a tag to compare
  • Add no-std support

    [dependencies]
    erased-serde = { version = "0.3.11", default-features = false, features = ["alloc"] }

0.3.10

06 Jan 12:59
0.3.10
89fcbf1
Compare
Choose a tag to compare
  • Support importing use erased_serde::serialize_trait_object in 2018 edition crates
  • Update documentation example code to 2018 edition

0.3.9

12 Feb 17:14
0.3.9
d358f8f
Compare
Choose a tag to compare
  • Documentation improvements