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

Feature use-serde renamed to serde #1006

Merged
merged 1 commit into from Jun 1, 2022

Commits on May 26, 2022

  1. Feature use-serde renamed to serde

    Features activating external crates are supposed to have same name as
    those crates. However we depend on same feature in other crates so we
    need a separate feature. After MSRV bump it is possible to rename the
    crates and features so we can now fix this inconsistency.
    
    Sadly, derive can't see that the crate was renamed so all derives must
    be told to use the other one.
    Kixunil committed May 26, 2022
    Copy the full SHA
    2e7effc View commit details
    Browse the repository at this point in the history