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

Do not pull in serde_with_macros #27

Merged
merged 2 commits into from
Aug 12, 2021

Commits on Aug 11, 2021

  1. Do not pull in serde_with_macros

    This patch disables the default features for serde_with, which pulls in
    its macros feature.
    This expands the dependencies farther than we need, since we don't use
    the macros at all.
    
    Signed-off-by: Patrick Uiterwijk <patrick@puiterwijk.org>
    puiterwijk committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    6fceb33 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Merge branch 'main' into no_cargo_with_macros

    petreeftime committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    b277b41 View commit details
    Browse the repository at this point in the history