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
Having serde support in its own crate is not the ideal pattern for serde. It would be better for the serde feature to be for modern serde. Changing this though requires a major version bump.
@dtolnay has a plan for getting serde 1.0 support in-crate using a slightly uglier pattern in the meantime.
The text was updated successfully, but these errors were encountered:
Having serde support in its own crate is not the ideal pattern for serde. It would be better for the
serde
feature to be for modernserde
. Changing this though requires a major version bump.@dtolnay has a plan for getting serde 1.0 support in-crate using a slightly uglier pattern in the meantime.
The text was updated successfully, but these errors were encountered: