Bump rxml to 0.13.1

rxml 0.13.0 changed the quoting style to make it consistent, so we have
to patch up all affected places where we match exact strings.
This commit is contained in:
Jonas Schäfer 2025-04-18 17:19:56 +02:00
commit 70d635b0fb
8 changed files with 11 additions and 8 deletions

View file

@ -49,6 +49,7 @@ Version NEXT:
- Fixed bug where putting an attribute field below any non-attribute
field in a struct definition would cause a compile-time error when
deriving `AsXml`.
- Update rxml dependency to 0.13.
Version 0.1.2:
2024-07-26 Jonas Schäfer <jonas@zombofant.net>