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

Conversation

cmyr
Copy link
Member

@cmyr cmyr commented Mar 17, 2023

This involves one breaking change, which is actually reverting a breaking change made in 0.9. From the relevant commit:

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.

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 cmyr merged commit e351a73 into master Mar 17, 2023
@cmyr cmyr deleted the update-quickxml-again branch March 17, 2023 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants