Releases: dtolnay/serde-repr
Releases · dtolnay/serde-repr
0.1.19
- Suppress warning when deriving on deprecated type (#29)
0.1.18
- Update proc-macro2 to fix caching issue when using a rustc-wrapper such as sccache
0.1.17
- Improve macro error messages (#24, #27)
- Support crates containing a
core
module that is something different from libcore (#14)
0.1.16
- Prevent non_camel_case_types warning from triggering in generated code (#21, thanks @HartS)
0.1.15
- Documentation improvements
0.1.13
- Add
no-alloc
category to crates.io metadata
0.1.12
- Update syn dependency to 2.x
0.1.11
- Set html_root_url attribute
0.1.10
- Documentation improvements