Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mock: Switch out xml-builder with quick-xml (#20)
Last week `xml-builder` went from `0.5.3` to `0.5.4` making API changes which stopped CI from passing. On crates.io `xml-builder` has 7 dependents vs `quick-xml`s 650. This currently passes `cargo test`, however more should probably be done to verify this change doesn't produce different XML. This MR is on top of #19
- Loading branch information