You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
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.