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

Allow using serde feature in no_std environment #385

Merged
merged 2 commits into from May 22, 2020
Merged

Allow using serde feature in no_std environment #385

merged 2 commits into from May 22, 2020

Commits on Apr 30, 2020

  1. Allow using serde feature in no_std environment

    When `serde` is used, it would enable its default feature `std`.
    This of course breaks no_std build.
    
    Fix this by disabling serde's default features. This should work for
    both serde + std and serde + no_std case.
    xu-cheng committed Apr 30, 2020
    Configuration menu
    Copy the full SHA
    7aca693 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

  1. Configuration menu
    Copy the full SHA
    f7f0fc7 View commit details
    Browse the repository at this point in the history