Skip to content

Releases: dtolnay/serde-repr

0.1.19

08 Apr 18:36
0.1.19
e2d26d9
Compare
Choose a tag to compare
  • Suppress warning when deriving on deprecated type (#29)

0.1.18

02 Jan 07:01
0.1.18
14107d6
Compare
Choose a tag to compare
  • Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache

0.1.17

30 Oct 01:22
0.1.17
94cce18
Compare
Choose a tag to compare
  • Improve macro error messages (#24, #27)
  • Support crates containing a core module that is something different from libcore (#14)

0.1.16

27 Jul 01:57
0.1.16
84fc4aa
Compare
Choose a tag to compare
  • Prevent non_camel_case_types warning from triggering in generated code (#21, thanks @HartS)

0.1.15

21 Jul 05:11
0.1.15
fa92eab
Compare
Choose a tag to compare
  • Documentation improvements

0.1.14

05 Jul 15:44
0.1.14
c1a21f5
Compare
Choose a tag to compare
Release 0.1.14

0.1.13

03 Jul 21:34
0.1.13
ab300ec
Compare
Choose a tag to compare
  • Add no-alloc category to crates.io metadata

0.1.12

18 Mar 01:26
0.1.12
762c595
Compare
Choose a tag to compare
  • Update syn dependency to 2.x

0.1.11

05 Mar 23:51
0.1.11
e360a74
Compare
Choose a tag to compare
  • Set html_root_url attribute

0.1.10

17 Dec 19:53
0.1.10
7127ab6
Compare
Choose a tag to compare
  • Documentation improvements