Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop old serde support and move serde 1.0+ support in-crate #303

Closed
brson opened this issue May 4, 2017 · 2 comments
Closed

Drop old serde support and move serde 1.0+ support in-crate #303

brson opened this issue May 4, 2017 · 2 comments

Comments

@brson
Copy link
Contributor

brson commented May 4, 2017

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.

@dtolnay
Copy link
Contributor

dtolnay commented May 12, 2017

Moving Serde support in-crate is tracked in #304 so this is just tracking dropping the old Serdes.

@nox
Copy link
Contributor

nox commented Jul 18, 2019

This was done in master.

@nox nox closed this as completed Jul 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants