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

serde_derive: require the same version as serde #1664

Merged
merged 1 commit into from Nov 2, 2019

Conversation

mathstuf
Copy link
Contributor

@mathstuf mathstuf commented Nov 1, 2019

This ensures that all features supported by serde are always available
through the derive macro provided through the feature flag.

Fixes: #1647


From discussion on dtolnay/trybuild#37

This ensures that all features supported by serde are always available
through the derive macro provided through the feature flag.

Fixes: serde-rs#1647
@dtolnay dtolnay merged commit a2c83d7 into serde-rs:master Nov 2, 2019
@mathstuf mathstuf deleted the minimal-versions-compat branch November 3, 2019 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

The derive feature should be stricter in its dependency specification
2 participants