Skip to content

serde_with v3.6.1

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Feb 23:45
· 128 commits to master since this release
v3.6.1
76cf252

Changed

  • Eliminate dependency on serde's "derive" feature by @dtolnay (#694)
    This allows parallel compilation of serde and serde_derive which can speed up the wallclock time.
    It requires that downstream crates do not use the "derive" feature either.