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

Update quickxml again #295

Merged
merged 2 commits into from
Mar 17, 2023
Merged

Update quickxml again #295

merged 2 commits into from
Mar 17, 2023

Commits on Mar 17, 2023

  1. Update to quick-xml 0.28

    cmyr committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b9420f7 View commit details
    Browse the repository at this point in the history
  2. Revert API change in 53c603c

    In the previous version of quick-xml there was an issue that prevented
    deserialization of Option<Vec<_>>. We worked around this by changing our
    API, but that change was not an improvement, and the issue is fixed in
    quick-xml 0.28. Since I intend to yank norad 0.9, we can revert that
    change, providing a better upgrade path for our users.
    cmyr committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    345c50f View commit details
    Browse the repository at this point in the history