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

Don't Skip Serializing Empty Metadata (#3082) #3126

Merged
merged 5 commits into from Nov 21, 2022
Merged

Don't Skip Serializing Empty Metadata (#3082) #3126

merged 5 commits into from Nov 21, 2022

Commits on Nov 17, 2022

  1. remove skip_serializing_if to please postcard

    askoa committed Nov 17, 2022
    Copy the full SHA
    2ab3bb5 View commit details
    Browse the repository at this point in the history
  2. add serde postcard roundtrip tests

    askoa committed Nov 17, 2022
    Copy the full SHA
    9ba22a1 View commit details
    Browse the repository at this point in the history
  3. fix formatting issues

    askoa committed Nov 17, 2022
    Copy the full SHA
    5041a74 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2022

  1. merge upstream changes

    askoa committed Nov 21, 2022
    Copy the full SHA
    1550725 View commit details
    Browse the repository at this point in the history
  2. use bincode for serialization tests

    askoa committed Nov 21, 2022
    Copy the full SHA
    4031554 View commit details
    Browse the repository at this point in the history